Shades of Turquoise #4CE1E9
Tints of Turquoise #4CE1E9
RGB
CMYK
RGB Variations
Color information
#4CE1E9 (or 0x4CE1E9) is known color: Turquoise. HEX triplet: 4C, E1 and E9. RGB value is (76,225,233). Sum of RGB (Red+Green+Blue) = 76+225+233=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #4CE1E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE1E9 is #B31E16. Grayscale: #B5B5B5. Windows color (decimal): -11738647 or 15327564. OLE color: 15327564.
HSL color Cylindrical-coordinate representation of color #4CE1E9: hue angle of 183.06º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE1E9 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 225 | 233 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.09 |
| HSL | 183.06º | 0.78% | 0.61% | - |
| HSV(B) | 183.06º | 0.67% | 0.91% | - |
| XYZ | 44.61 | 61.27 | 86.57 | - |
| YUV | 181.36 | 157.14 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 233 | 0.67 | 0.03 | 0 | 0.09 | 183.06 | 0.78 | 0.61 |
| Hex | 4C | E1 | E9 | 43 | 3 | 0 | 9 | B7 | 4E | 3D |
| Octal | 114 | 341 | 351 | 103 | 3 | 0 | 11 | 267 | 116 | 75 |
| Binary | 1001100 | 11100001 | 11101001 | 1000011 | 11 | 0 | 1001 | 10110111 | 1001110 | 111101 |
Color Harmonies of #4CE1E9
Complementary color
Monochromatic Colors of #4CE1E9
Black with #4CE1E9
Text Example
Text Example
White with #4CE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1E9; }
p { color: rgb(76,225,233); }
H1.HeaderClassName
{
color: #4CE1E9;
}
.AnyTagClassName
{
color: #4CE1E9;
}
</style>
background-color css
<style>
a { background-color: #4CE1E9; }
a { background-color: rgb(76,225,233); }
div.DivClassName
{
background-color: #4CE1E9;
}
.BgClassName
{
background-color: #4CE1E9;
}
</style>
border-color css
<style>
span { border-color: #4CE1E9; }
span { border-color: rgb(76,225,233); }
td.TdClassName
{
border-color: #4CE1E9;
}
.TagClassName
{
border-color: #4CE1E9;
}
</style>