Shades of Turquoise #4CEFD0
Tints of Turquoise #4CEFD0
RGB
CMYK
RGB Variations
Color information
#4CEFD0 (or 0x4CEFD0) is known color: Turquoise. HEX triplet: 4C, EF and D0. RGB value is (76,239,208). Sum of RGB (Red+Green+Blue) = 76+239+208=523 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.53% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFD0 is #B3102F. Grayscale: #BABABA. Windows color (decimal): -11735088 or 13692748. OLE color: 13692748.
HSL color Cylindrical-coordinate representation of color #4CEFD0: hue angle of 168.59º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFD0 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 208 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.06 |
| HSL | 168.59º | 0.84% | 0.62% | - |
| HSV(B) | 168.59º | 0.68% | 0.94% | - |
| XYZ | 45.23 | 67.82 | 70.38 | - |
| YUV | 186.73 | 140 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 208 | 0.68 | 0 | 0.13 | 0.06 | 168.59 | 0.84 | 0.62 |
| Hex | 4C | EF | D0 | 44 | 0 | D | 6 | A9 | 54 | 3E |
| Octal | 114 | 357 | 320 | 104 | 0 | 15 | 6 | 251 | 124 | 76 |
| Binary | 1001100 | 11101111 | 11010000 | 1000100 | 0 | 1101 | 110 | 10101001 | 1010100 | 111110 |
Color Harmonies of #4CEFD0
Complementary color
Monochromatic Colors of #4CEFD0
Black with #4CEFD0
Text Example
Text Example
White with #4CEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFD0; }
p { color: rgb(76,239,208); }
H1.HeaderClassName
{
color: #4CEFD0;
}
.AnyTagClassName
{
color: #4CEFD0;
}
</style>
background-color css
<style>
a { background-color: #4CEFD0; }
a { background-color: rgb(76,239,208); }
div.DivClassName
{
background-color: #4CEFD0;
}
.BgClassName
{
background-color: #4CEFD0;
}
</style>
border-color css
<style>
span { border-color: #4CEFD0; }
span { border-color: rgb(76,239,208); }
td.TdClassName
{
border-color: #4CEFD0;
}
.TagClassName
{
border-color: #4CEFD0;
}
</style>