Shades of Turquoise #4CFAEC
Tints of Turquoise #4CFAEC
RGB
CMYK
RGB Variations
Color information
#4CFAEC (or 0x4CFAEC) is known color: Turquoise. HEX triplet: 4C, FA and EC. RGB value is (76,250,236). Sum of RGB (Red+Green+Blue) = 76+250+236=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAEC is #B30513. Grayscale: #C4C4C4. Windows color (decimal): -11732244 or 15530572. OLE color: 15530572.
HSL color Cylindrical-coordinate representation of color #4CFAEC: hue angle of 175.17º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAEC is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 236 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.02 |
| HSL | 175.17º | 0.95% | 0.64% | - |
| HSV(B) | 175.17º | 0.7% | 0.98% | - |
| XYZ | 52.31 | 75.96 | 91.26 | - |
| YUV | 196.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 236 | 0.70 | 0 | 0.06 | 0.02 | 175.17 | 0.95 | 0.64 |
| Hex | 4C | FA | EC | 46 | 0 | 6 | 2 | AF | 5F | 40 |
| Octal | 114 | 372 | 354 | 106 | 0 | 6 | 2 | 257 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11101100 | 1000110 | 0 | 110 | 10 | 10101111 | 1011111 | 1000000 |
Color Harmonies of #4CFAEC
Complementary color
Monochromatic Colors of #4CFAEC
Black with #4CFAEC
Text Example
Text Example
White with #4CFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAEC; }
p { color: rgb(76,250,236); }
H1.HeaderClassName
{
color: #4CFAEC;
}
.AnyTagClassName
{
color: #4CFAEC;
}
</style>
background-color css
<style>
a { background-color: #4CFAEC; }
a { background-color: rgb(76,250,236); }
div.DivClassName
{
background-color: #4CFAEC;
}
.BgClassName
{
background-color: #4CFAEC;
}
</style>
border-color css
<style>
span { border-color: #4CFAEC; }
span { border-color: rgb(76,250,236); }
td.TdClassName
{
border-color: #4CFAEC;
}
.TagClassName
{
border-color: #4CFAEC;
}
</style>