Shades of Turquoise #4CEEDB
Tints of Turquoise #4CEEDB
RGB
CMYK
RGB Variations
Color information
#4CEEDB (or 0x4CEEDB) is known color: Turquoise. HEX triplet: 4C, EE and DB. RGB value is (76,238,219). Sum of RGB (Red+Green+Blue) = 76+238+219=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEDB is #B31124. Grayscale: #BBBBBB. Windows color (decimal): -11735333 or 14413388. OLE color: 14413388.
HSL color Cylindrical-coordinate representation of color #4CEEDB: hue angle of 172.96º 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 #4CEEDB is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 219 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 172.96º | 0.83% | 0.62% | - |
| HSV(B) | 172.96º | 0.68% | 0.93% | - |
| XYZ | 46.34 | 67.8 | 77.66 | - |
| YUV | 187.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 219 | 0.68 | 0 | 0.08 | 0.07 | 172.96 | 0.83 | 0.62 |
| Hex | 4C | EE | DB | 44 | 0 | 8 | 7 | AD | 53 | 3E |
| Octal | 114 | 356 | 333 | 104 | 0 | 10 | 7 | 255 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11011011 | 1000100 | 0 | 1000 | 111 | 10101101 | 1010011 | 111110 |
Color Harmonies of #4CEEDB
Complementary color
Monochromatic Colors of #4CEEDB
Black with #4CEEDB
Text Example
Text Example
White with #4CEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEDB; }
p { color: rgb(76,238,219); }
H1.HeaderClassName
{
color: #4CEEDB;
}
.AnyTagClassName
{
color: #4CEEDB;
}
</style>
background-color css
<style>
a { background-color: #4CEEDB; }
a { background-color: rgb(76,238,219); }
div.DivClassName
{
background-color: #4CEEDB;
}
.BgClassName
{
background-color: #4CEEDB;
}
</style>
border-color css
<style>
span { border-color: #4CEEDB; }
span { border-color: rgb(76,238,219); }
td.TdClassName
{
border-color: #4CEEDB;
}
.TagClassName
{
border-color: #4CEEDB;
}
</style>