#3FF7B8

Color #3FF7B8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3FF7B8

Tints of Turquoise #3FF7B8

Color information

#3FF7B8 (or 0x3FF7B8) is unknown color: approx Turquoise. HEX triplet: 3F, F7 and B8. RGB value is (63,247,184). Sum of RGB (Red+Green+Blue) = 63+247+184=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF7B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF7B8 is #C00847. Grayscale: #B8B8B8. Windows color (decimal): -12585032 or 12121919. OLE color: 12121919.

HSL color Cylindrical-coordinate representation of color #3FF7B8: hue angle of 159.46º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF7B8 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB63247184-
CMYK0.7400.260.03
HSL159.46º92%60.78%-
HSV(B)159.46º74.49%96.86%-
XYZ43.9671.0456.74-
YUV184.8127.5441.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 12.75%
GREEN value IS 247 (96.88% from 255) = 50%
BLUE value IS 184 (72.27% from 255) = 37.25%
R=12.75%
G=50%
B=37.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632471840.7400.260.03159.469260.78
Hex3FF7B84A01A39f5c3d
Octal77367270112032323713475
Binary1111111111011110111000100101001101011100111111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF7B8; }

 p { color: rgb(63,247,184); }

 H1.HeaderClassName
 {
   color: #3FF7B8;
 }
 .AnyTagClassName
 {
   color: #3FF7B8;
 }
</style>
background-color css

<style>
 a { background-color: #3FF7B8; }

 a { background-color: rgb(63,247,184); }

 div.DivClassName
 {
   background-color: #3FF7B8;
 }
 .BgClassName
 {
   background-color: #3FF7B8;
 }
</style>
border-color css

<style>
 span { border-color: #3FF7B8; }

 span { border-color: rgb(63,247,184); }

 td.TdClassName
 {
   border-color: #3FF7B8;
 }
 .TagClassName
 {
   border-color: #3FF7B8;
 }
</style>