Shades of Turquoise #4CE4CA
Tints of Turquoise #4CE4CA
RGB
CMYK
RGB Variations
Color information
#4CE4CA (or 0x4CE4CA) is known color: Turquoise. HEX triplet: 4C, E4 and CA. RGB value is (76,228,202). Sum of RGB (Red+Green+Blue) = 76+228+202=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE4CA is #B31B35. Grayscale: #B3B3B3. Windows color (decimal): -11737910 or 13296716. OLE color: 13296716.
HSL color Cylindrical-coordinate representation of color #4CE4CA: hue angle of 169.74º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE4CA is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 202 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.11 |
| HSL | 169.74º | 0.74% | 0.6% | - |
| HSV(B) | 169.74º | 0.67% | 0.89% | - |
| XYZ | 41.38 | 61.29 | 65.53 | - |
| YUV | 179.59 | 140.64 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 202 | 0.67 | 0 | 0.11 | 0.11 | 169.74 | 0.74 | 0.6 |
| Hex | 4C | E4 | CA | 43 | 0 | B | B | AA | 4A | 3C |
| Octal | 114 | 344 | 312 | 103 | 0 | 13 | 13 | 252 | 112 | 74 |
| Binary | 1001100 | 11100100 | 11001010 | 1000011 | 0 | 1011 | 1011 | 10101010 | 1001010 | 111100 |
Color Harmonies of #4CE4CA
Complementary color
Monochromatic Colors of #4CE4CA
Black with #4CE4CA
Text Example
Text Example
White with #4CE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE4CA; }
p { color: rgb(76,228,202); }
H1.HeaderClassName
{
color: #4CE4CA;
}
.AnyTagClassName
{
color: #4CE4CA;
}
</style>
background-color css
<style>
a { background-color: #4CE4CA; }
a { background-color: rgb(76,228,202); }
div.DivClassName
{
background-color: #4CE4CA;
}
.BgClassName
{
background-color: #4CE4CA;
}
</style>
border-color css
<style>
span { border-color: #4CE4CA; }
span { border-color: rgb(76,228,202); }
td.TdClassName
{
border-color: #4CE4CA;
}
.TagClassName
{
border-color: #4CE4CA;
}
</style>