Shades of Turquoise #4CEAEC
Tints of Turquoise #4CEAEC
RGB
CMYK
RGB Variations
Color information
#4CEAEC (or 0x4CEAEC) is known color: Turquoise. HEX triplet: 4C, EA and EC. RGB value is (76,234,236). Sum of RGB (Red+Green+Blue) = 76+234+236=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CEAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAEC is #B31513. Grayscale: #BABABA. Windows color (decimal): -11736340 or 15526476. OLE color: 15526476.
HSL color Cylindrical-coordinate representation of color #4CEAEC: hue angle of 180.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEAEC is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 234 | 236 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.07 |
| HSL | 180.75º | 0.81% | 0.61% | - |
| HSV(B) | 180.75º | 0.68% | 0.93% | - |
| XYZ | 47.54 | 66.44 | 89.67 | - |
| YUV | 186.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 236 | 0.68 | 0.01 | 0 | 0.07 | 180.75 | 0.81 | 0.61 |
| Hex | 4C | EA | EC | 44 | 1 | 0 | 7 | B5 | 51 | 3D |
| Octal | 114 | 352 | 354 | 104 | 1 | 0 | 7 | 265 | 121 | 75 |
| Binary | 1001100 | 11101010 | 11101100 | 1000100 | 1 | 0 | 111 | 10110101 | 1010001 | 111101 |
Color Harmonies of #4CEAEC
Complementary color
Monochromatic Colors of #4CEAEC
Black with #4CEAEC
Text Example
Text Example
White with #4CEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAEC; }
p { color: rgb(76,234,236); }
H1.HeaderClassName
{
color: #4CEAEC;
}
.AnyTagClassName
{
color: #4CEAEC;
}
</style>
background-color css
<style>
a { background-color: #4CEAEC; }
a { background-color: rgb(76,234,236); }
div.DivClassName
{
background-color: #4CEAEC;
}
.BgClassName
{
background-color: #4CEAEC;
}
</style>
border-color css
<style>
span { border-color: #4CEAEC; }
span { border-color: rgb(76,234,236); }
td.TdClassName
{
border-color: #4CEAEC;
}
.TagClassName
{
border-color: #4CEAEC;
}
</style>