#3FF0C8

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

Shades of Turquoise #3FF0C8

Tints of Turquoise #3FF0C8

Color information

#3FF0C8 (or 0x3FF0C8) is unknown color: approx Turquoise. HEX triplet: 3F, F0 and C8. RGB value is (63,240,200). Sum of RGB (Red+Green+Blue) = 63+240+200=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0C8 is #C00F37. Grayscale: #B6B6B6. Windows color (decimal): -12586808 or 13168703. OLE color: 13168703.

HSL color Cylindrical-coordinate representation of color #3FF0C8: hue angle of 166.44º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0C8 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB63240200-
CMYK0.7400.170.06
HSL166.44º85.51%59.41%-
HSV(B)166.44º73.75%94.12%-
XYZ43.6467.5565.38-
YUV182.52137.8642.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.52%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=12.52%
G=47.71%
B=39.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal632402000.7400.170.06166.4485.5159.41
Hex3FF0C84A0116a6563b
Octal77360310112021624612673
Binary11111111110000110010001001010010001110101001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,240,200); }

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

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

 a { background-color: rgb(63,240,200); }

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

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

 span { border-color: rgb(63,240,200); }

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