Shades of Turquoise #4CEFD1
Tints of Turquoise #4CEFD1
RGB
CMYK
RGB Variations
Color information
#4CEFD1 (or 0x4CEFD1) is known color: Turquoise. HEX triplet: 4C, EF and D1. RGB value is (76,239,209). Sum of RGB (Red+Green+Blue) = 76+239+209=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFD1 is #B3102E. Grayscale: #BABABA. Windows color (decimal): -11735087 or 13758284. OLE color: 13758284.
HSL color Cylindrical-coordinate representation of color #4CEFD1: hue angle of 168.96º 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 #4CEFD1 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 209 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.06 |
| HSL | 168.96º | 0.84% | 0.62% | - |
| HSV(B) | 168.96º | 0.68% | 0.94% | - |
| XYZ | 45.36 | 67.87 | 71.03 | - |
| YUV | 186.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 209 | 0.68 | 0 | 0.13 | 0.06 | 168.96 | 0.84 | 0.62 |
| Hex | 4C | EF | D1 | 44 | 0 | D | 6 | A9 | 54 | 3E |
| Octal | 114 | 357 | 321 | 104 | 0 | 15 | 6 | 251 | 124 | 76 |
| Binary | 1001100 | 11101111 | 11010001 | 1000100 | 0 | 1101 | 110 | 10101001 | 1010100 | 111110 |
Color Harmonies of #4CEFD1
Complementary color
Monochromatic Colors of #4CEFD1
Black with #4CEFD1
Text Example
Text Example
White with #4CEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFD1; }
p { color: rgb(76,239,209); }
H1.HeaderClassName
{
color: #4CEFD1;
}
.AnyTagClassName
{
color: #4CEFD1;
}
</style>
background-color css
<style>
a { background-color: #4CEFD1; }
a { background-color: rgb(76,239,209); }
div.DivClassName
{
background-color: #4CEFD1;
}
.BgClassName
{
background-color: #4CEFD1;
}
</style>
border-color css
<style>
span { border-color: #4CEFD1; }
span { border-color: rgb(76,239,209); }
td.TdClassName
{
border-color: #4CEFD1;
}
.TagClassName
{
border-color: #4CEFD1;
}
</style>