Shades of Turquoise #3CECCF
Tints of Turquoise #3CECCF
RGB
CMYK
RGB Variations
Color information
#3CECCF (or 0x3CECCF) is known color: Turquoise. HEX triplet: 3C, EC and CF. RGB value is (60,236,207). Sum of RGB (Red+Green+Blue) = 60+236+207=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECCF is #C31330. Grayscale: #B4B4B4. Windows color (decimal): -12784433 or 13626428. OLE color: 13626428.
HSL color Cylindrical-coordinate representation of color #3CECCF: hue angle of 170.11º 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 #3CECCF is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 207 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.07 |
| HSL | 170.11º | 0.82% | 0.58% | - |
| HSV(B) | 170.11º | 0.75% | 0.93% | - |
| XYZ | 43.12 | 65.46 | 69.39 | - |
| YUV | 180.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 207 | 0.75 | 0 | 0.12 | 0.07 | 170.11 | 0.82 | 0.58 |
| Hex | 3C | EC | CF | 4B | 0 | C | 7 | AA | 52 | 3A |
| Octal | 74 | 354 | 317 | 113 | 0 | 14 | 7 | 252 | 122 | 72 |
| Binary | 111100 | 11101100 | 11001111 | 1001011 | 0 | 1100 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3CECCF
Complementary color
Monochromatic Colors of #3CECCF
Black with #3CECCF
Text Example
Text Example
White with #3CECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECCF; }
p { color: rgb(60,236,207); }
H1.HeaderClassName
{
color: #3CECCF;
}
.AnyTagClassName
{
color: #3CECCF;
}
</style>
background-color css
<style>
a { background-color: #3CECCF; }
a { background-color: rgb(60,236,207); }
div.DivClassName
{
background-color: #3CECCF;
}
.BgClassName
{
background-color: #3CECCF;
}
</style>
border-color css
<style>
span { border-color: #3CECCF; }
span { border-color: rgb(60,236,207); }
td.TdClassName
{
border-color: #3CECCF;
}
.TagClassName
{
border-color: #3CECCF;
}
</style>