Shades of Turquoise #4CEECD
Tints of Turquoise #4CEECD
RGB
CMYK
RGB Variations
Color information
#4CEECD (or 0x4CEECD) is known color: Turquoise. HEX triplet: 4C, EE and CD. RGB value is (76,238,205). Sum of RGB (Red+Green+Blue) = 76+238+205=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEECD is #B31132. Grayscale: #B9B9B9. Windows color (decimal): -11735347 or 13495884. OLE color: 13495884.
HSL color Cylindrical-coordinate representation of color #4CEECD: hue angle of 167.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEECD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 205 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 167.78º | 0.83% | 0.62% | - |
| HSV(B) | 167.78º | 0.68% | 0.93% | - |
| XYZ | 44.57 | 67.09 | 68.36 | - |
| YUV | 185.8 | 138.83 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 205 | 0.68 | 0 | 0.14 | 0.07 | 167.78 | 0.83 | 0.62 |
| Hex | 4C | EE | CD | 44 | 0 | E | 7 | A8 | 53 | 3E |
| Octal | 114 | 356 | 315 | 104 | 0 | 16 | 7 | 250 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11001101 | 1000100 | 0 | 1110 | 111 | 10101000 | 1010011 | 111110 |
Color Harmonies of #4CEECD
Complementary color
Monochromatic Colors of #4CEECD
Black with #4CEECD
Text Example
Text Example
White with #4CEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEECD; }
p { color: rgb(76,238,205); }
H1.HeaderClassName
{
color: #4CEECD;
}
.AnyTagClassName
{
color: #4CEECD;
}
</style>
background-color css
<style>
a { background-color: #4CEECD; }
a { background-color: rgb(76,238,205); }
div.DivClassName
{
background-color: #4CEECD;
}
.BgClassName
{
background-color: #4CEECD;
}
</style>
border-color css
<style>
span { border-color: #4CEECD; }
span { border-color: rgb(76,238,205); }
td.TdClassName
{
border-color: #4CEECD;
}
.TagClassName
{
border-color: #4CEECD;
}
</style>