Shades of Turquoise #3CF0CC
Tints of Turquoise #3CF0CC
RGB
CMYK
RGB Variations
Color information
#3CF0CC (or 0x3CF0CC) is known color: Turquoise. HEX triplet: 3C, F0 and CC. RGB value is (60,240,204). Sum of RGB (Red+Green+Blue) = 60+240+204=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF0CC is #C30F33. Grayscale: #B6B6B6. Windows color (decimal): -12783412 or 13430844. OLE color: 13430844.
HSL color Cylindrical-coordinate representation of color #3CF0CC: hue angle of 168º 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 #3CF0CC is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 204 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.06 |
| HSL | 168º | 0.86% | 0.59% | - |
| HSV(B) | 168º | 0.75% | 0.94% | - |
| XYZ | 43.92 | 67.64 | 67.87 | - |
| YUV | 182.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 204 | 0.75 | 0 | 0.15 | 0.06 | 168 | 0.86 | 0.59 |
| Hex | 3C | F0 | CC | 4B | 0 | F | 6 | A8 | 56 | 3B |
| Octal | 74 | 360 | 314 | 113 | 0 | 17 | 6 | 250 | 126 | 73 |
| Binary | 111100 | 11110000 | 11001100 | 1001011 | 0 | 1111 | 110 | 10101000 | 1010110 | 111011 |
Color Harmonies of #3CF0CC
Complementary color
Monochromatic Colors of #3CF0CC
Black with #3CF0CC
Text Example
Text Example
White with #3CF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF0CC; }
p { color: rgb(60,240,204); }
H1.HeaderClassName
{
color: #3CF0CC;
}
.AnyTagClassName
{
color: #3CF0CC;
}
</style>
background-color css
<style>
a { background-color: #3CF0CC; }
a { background-color: rgb(60,240,204); }
div.DivClassName
{
background-color: #3CF0CC;
}
.BgClassName
{
background-color: #3CF0CC;
}
</style>
border-color css
<style>
span { border-color: #3CF0CC; }
span { border-color: rgb(60,240,204); }
td.TdClassName
{
border-color: #3CF0CC;
}
.TagClassName
{
border-color: #3CF0CC;
}
</style>