Shades of Turquoise #4CE4CF
Tints of Turquoise #4CE4CF
RGB
CMYK
RGB Variations
Color information
#4CE4CF (or 0x4CE4CF) is known color: Turquoise. HEX triplet: 4C, E4 and CF. RGB value is (76,228,207). Sum of RGB (Red+Green+Blue) = 76+228+207=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE4CF is #B31B30. Grayscale: #B4B4B4. Windows color (decimal): -11737905 or 13624396. OLE color: 13624396.
HSL color Cylindrical-coordinate representation of color #4CE4CF: hue angle of 171.71º 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 #4CE4CF is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 207 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.11 |
| HSL | 171.71º | 0.74% | 0.6% | - |
| HSV(B) | 171.71º | 0.67% | 0.89% | - |
| XYZ | 41.99 | 61.53 | 68.69 | - |
| YUV | 180.16 | 143.14 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 207 | 0.67 | 0 | 0.09 | 0.11 | 171.71 | 0.74 | 0.6 |
| Hex | 4C | E4 | CF | 43 | 0 | 9 | B | AC | 4A | 3C |
| Octal | 114 | 344 | 317 | 103 | 0 | 11 | 13 | 254 | 112 | 74 |
| Binary | 1001100 | 11100100 | 11001111 | 1000011 | 0 | 1001 | 1011 | 10101100 | 1001010 | 111100 |
Color Harmonies of #4CE4CF
Complementary color
Monochromatic Colors of #4CE4CF
Black with #4CE4CF
Text Example
Text Example
White with #4CE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE4CF; }
p { color: rgb(76,228,207); }
H1.HeaderClassName
{
color: #4CE4CF;
}
.AnyTagClassName
{
color: #4CE4CF;
}
</style>
background-color css
<style>
a { background-color: #4CE4CF; }
a { background-color: rgb(76,228,207); }
div.DivClassName
{
background-color: #4CE4CF;
}
.BgClassName
{
background-color: #4CE4CF;
}
</style>
border-color css
<style>
span { border-color: #4CE4CF; }
span { border-color: rgb(76,228,207); }
td.TdClassName
{
border-color: #4CE4CF;
}
.TagClassName
{
border-color: #4CE4CF;
}
</style>