#3CF0D9

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

Shades of Turquoise #3CF0D9

Tints of Turquoise #3CF0D9

Color information

#3CF0D9 (or 0x3CF0D9) is unknown color: approx Turquoise. HEX triplet: 3C, F0 and D9. RGB value is (60,240,217). Sum of RGB (Red+Green+Blue) = 60+240+217=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF0D9 is #C30F26. Grayscale: #B7B7B7. Windows color (decimal): -12783399 or 14282812. OLE color: 14282812.

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

Color convert

RGB60240217-
CMYK0.7500.100.06
HSL172.33º85.71%58.82%-
HSV(B)172.33º75%94.12%-
XYZ45.5568.2976.43-
YUV183.56146.8739.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.61%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=11.61%
G=46.42%
B=41.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal602402170.7500.100.06172.3385.7158.82
Hex3CF0D94B0A6ac563b
Octal74360331113012625412673
Binary1111001111000011011001100101101010110101011001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,240,217); }

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

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

 a { background-color: rgb(60,240,217); }

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

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

 span { border-color: rgb(60,240,217); }

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