Shades of Turquoise #4CE7EA
Tints of Turquoise #4CE7EA
RGB
CMYK
RGB Variations
Color information
#4CE7EA (or 0x4CE7EA) is known color: Turquoise. HEX triplet: 4C, E7 and EA. RGB value is (76,231,234). Sum of RGB (Red+Green+Blue) = 76+231+234=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CE7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE7EA is #B31815. Grayscale: #B8B8B8. Windows color (decimal): -11737110 or 15394636. OLE color: 15394636.
HSL color Cylindrical-coordinate representation of color #4CE7EA: hue angle of 181.14º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CE7EA is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 231 | 234 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.08 |
| HSL | 181.14º | 0.79% | 0.61% | - |
| HSV(B) | 181.14º | 0.68% | 0.92% | - |
| XYZ | 46.41 | 64.63 | 87.87 | - |
| YUV | 185 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 234 | 0.68 | 0.01 | 0 | 0.08 | 181.14 | 0.79 | 0.61 |
| Hex | 4C | E7 | EA | 44 | 1 | 0 | 8 | B5 | 4F | 3D |
| Octal | 114 | 347 | 352 | 104 | 1 | 0 | 10 | 265 | 117 | 75 |
| Binary | 1001100 | 11100111 | 11101010 | 1000100 | 1 | 0 | 1000 | 10110101 | 1001111 | 111101 |
Color Harmonies of #4CE7EA
Complementary color
Monochromatic Colors of #4CE7EA
Black with #4CE7EA
Text Example
Text Example
White with #4CE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE7EA; }
p { color: rgb(76,231,234); }
H1.HeaderClassName
{
color: #4CE7EA;
}
.AnyTagClassName
{
color: #4CE7EA;
}
</style>
background-color css
<style>
a { background-color: #4CE7EA; }
a { background-color: rgb(76,231,234); }
div.DivClassName
{
background-color: #4CE7EA;
}
.BgClassName
{
background-color: #4CE7EA;
}
</style>
border-color css
<style>
span { border-color: #4CE7EA; }
span { border-color: rgb(76,231,234); }
td.TdClassName
{
border-color: #4CE7EA;
}
.TagClassName
{
border-color: #4CE7EA;
}
</style>