Shades of Turquoise #4CEEEA
Tints of Turquoise #4CEEEA
RGB
CMYK
RGB Variations
Color information
#4CEEEA (or 0x4CEEEA) is known color: Turquoise. HEX triplet: 4C, EE and EA. RGB value is (76,238,234). Sum of RGB (Red+Green+Blue) = 76+238+234=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEEEA is #B31115. Grayscale: #BCBCBC. Windows color (decimal): -11735318 or 15396428. OLE color: 15396428.
HSL color Cylindrical-coordinate representation of color #4CEEEA: hue angle of 178.52º 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 #4CEEEA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 234 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.07 |
| HSL | 178.52º | 0.83% | 0.62% | - |
| HSV(B) | 178.52º | 0.68% | 0.93% | - |
| XYZ | 48.41 | 68.63 | 88.54 | - |
| YUV | 189.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 234 | 0.68 | 0 | 0.02 | 0.07 | 178.52 | 0.83 | 0.62 |
| Hex | 4C | EE | EA | 44 | 0 | 2 | 7 | B3 | 53 | 3E |
| Octal | 114 | 356 | 352 | 104 | 0 | 2 | 7 | 263 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11101010 | 1000100 | 0 | 10 | 111 | 10110011 | 1010011 | 111110 |
Color Harmonies of #4CEEEA
Complementary color
Monochromatic Colors of #4CEEEA
Black with #4CEEEA
Text Example
Text Example
White with #4CEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEEA; }
p { color: rgb(76,238,234); }
H1.HeaderClassName
{
color: #4CEEEA;
}
.AnyTagClassName
{
color: #4CEEEA;
}
</style>
background-color css
<style>
a { background-color: #4CEEEA; }
a { background-color: rgb(76,238,234); }
div.DivClassName
{
background-color: #4CEEEA;
}
.BgClassName
{
background-color: #4CEEEA;
}
</style>
border-color css
<style>
span { border-color: #4CEEEA; }
span { border-color: rgb(76,238,234); }
td.TdClassName
{
border-color: #4CEEEA;
}
.TagClassName
{
border-color: #4CEEEA;
}
</style>