#3FF0C9

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

Shades of Turquoise #3FF0C9

Tints of Turquoise #3FF0C9

Color information

#3FF0C9 (or 0x3FF0C9) is unknown color: approx Turquoise. HEX triplet: 3F, F0 and C9. RGB value is (63,240,201). Sum of RGB (Red+Green+Blue) = 63+240+201=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0C9 is #C00F36. Grayscale: #B6B6B6. Windows color (decimal): -12586807 or 13234239. OLE color: 13234239.

HSL color Cylindrical-coordinate representation of color #3FF0C9: hue angle of 166.78º 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 #3FF0C9 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB63240201-
CMYK0.7400.160.06
HSL166.78º85.51%59.41%-
HSV(B)166.78º73.75%94.12%-
XYZ43.7567.5966-
YUV182.63138.3642.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.5%
GREEN value IS 240 (94.14% from 255) = 47.62%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=12.5%
G=47.62%
B=39.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal632402010.7400.160.06166.7885.5159.41
Hex3FF0C94A0106a7563b
Octal77360311112020624712673
Binary11111111110000110010011001010010000110101001111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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