Shades of Turquoise #3CECD2
Tints of Turquoise #3CECD2
RGB
CMYK
RGB Variations
Color information
#3CECD2 (or 0x3CECD2) is known color: Turquoise. HEX triplet: 3C, EC and D2. RGB value is (60,236,210). Sum of RGB (Red+Green+Blue) = 60+236+210=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECD2 is #C3132D. Grayscale: #B4B4B4. Windows color (decimal): -12784430 or 13823036. OLE color: 13823036.
HSL color Cylindrical-coordinate representation of color #3CECD2: hue angle of 171.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECD2 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 210 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.07 |
| HSL | 171.14º | 0.82% | 0.58% | - |
| HSV(B) | 171.14º | 0.75% | 0.93% | - |
| XYZ | 43.49 | 65.6 | 71.34 | - |
| YUV | 180.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 210 | 0.75 | 0 | 0.11 | 0.07 | 171.14 | 0.82 | 0.58 |
| Hex | 3C | EC | D2 | 4B | 0 | B | 7 | AB | 52 | 3A |
| Octal | 74 | 354 | 322 | 113 | 0 | 13 | 7 | 253 | 122 | 72 |
| Binary | 111100 | 11101100 | 11010010 | 1001011 | 0 | 1011 | 111 | 10101011 | 1010010 | 111010 |
Color Harmonies of #3CECD2
Complementary color
Monochromatic Colors of #3CECD2
Black with #3CECD2
Text Example
Text Example
White with #3CECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECD2; }
p { color: rgb(60,236,210); }
H1.HeaderClassName
{
color: #3CECD2;
}
.AnyTagClassName
{
color: #3CECD2;
}
</style>
background-color css
<style>
a { background-color: #3CECD2; }
a { background-color: rgb(60,236,210); }
div.DivClassName
{
background-color: #3CECD2;
}
.BgClassName
{
background-color: #3CECD2;
}
</style>
border-color css
<style>
span { border-color: #3CECD2; }
span { border-color: rgb(60,236,210); }
td.TdClassName
{
border-color: #3CECD2;
}
.TagClassName
{
border-color: #3CECD2;
}
</style>