Shades of Turquoise #4CE9E7
Tints of Turquoise #4CE9E7
RGB
CMYK
RGB Variations
Color information
#4CE9E7 (or 0x4CE9E7) is known color: Turquoise. HEX triplet: 4C, E9 and E7. RGB value is (76,233,231). Sum of RGB (Red+Green+Blue) = 76+233+231=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE9E7 is #B31618. Grayscale: #B9B9B9. Windows color (decimal): -11736601 or 15198540. OLE color: 15198540.
HSL color Cylindrical-coordinate representation of color #4CE9E7: hue angle of 179.24º 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 #4CE9E7 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 233 | 231 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.09 |
| HSL | 179.24º | 0.78% | 0.61% | - |
| HSV(B) | 179.24º | 0.67% | 0.91% | - |
| XYZ | 46.54 | 65.58 | 85.81 | - |
| YUV | 185.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 233 | 231 | 0.67 | 0 | 0.01 | 0.09 | 179.24 | 0.78 | 0.61 |
| Hex | 4C | E9 | E7 | 43 | 0 | 1 | 9 | B3 | 4E | 3D |
| Octal | 114 | 351 | 347 | 103 | 0 | 1 | 11 | 263 | 116 | 75 |
| Binary | 1001100 | 11101001 | 11100111 | 1000011 | 0 | 1 | 1001 | 10110011 | 1001110 | 111101 |
Color Harmonies of #4CE9E7
Complementary color
Monochromatic Colors of #4CE9E7
Black with #4CE9E7
Text Example
Text Example
White with #4CE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE9E7; }
p { color: rgb(76,233,231); }
H1.HeaderClassName
{
color: #4CE9E7;
}
.AnyTagClassName
{
color: #4CE9E7;
}
</style>
background-color css
<style>
a { background-color: #4CE9E7; }
a { background-color: rgb(76,233,231); }
div.DivClassName
{
background-color: #4CE9E7;
}
.BgClassName
{
background-color: #4CE9E7;
}
</style>
border-color css
<style>
span { border-color: #4CE9E7; }
span { border-color: rgb(76,233,231); }
td.TdClassName
{
border-color: #4CE9E7;
}
.TagClassName
{
border-color: #4CE9E7;
}
</style>