Shades of Turquoise #4CF2CE
Tints of Turquoise #4CF2CE
RGB
CMYK
RGB Variations
Color information
#4CF2CE (or 0x4CF2CE) is known color: Turquoise. HEX triplet: 4C, F2 and CE. RGB value is (76,242,206). Sum of RGB (Red+Green+Blue) = 76+242+206=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2CE is #B30D31. Grayscale: #BCBCBC. Windows color (decimal): -11734322 or 13562444. OLE color: 13562444.
HSL color Cylindrical-coordinate representation of color #4CF2CE: hue angle of 166.99º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2CE is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 206 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.05 |
| HSL | 166.99º | 0.86% | 0.62% | - |
| HSV(B) | 166.99º | 0.69% | 0.95% | - |
| XYZ | 45.87 | 69.5 | 69.39 | - |
| YUV | 188.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 206 | 0.69 | 0 | 0.15 | 0.05 | 166.99 | 0.86 | 0.62 |
| Hex | 4C | F2 | CE | 45 | 0 | F | 5 | A7 | 56 | 3E |
| Octal | 114 | 362 | 316 | 105 | 0 | 17 | 5 | 247 | 126 | 76 |
| Binary | 1001100 | 11110010 | 11001110 | 1000101 | 0 | 1111 | 101 | 10100111 | 1010110 | 111110 |
Color Harmonies of #4CF2CE
Complementary color
Monochromatic Colors of #4CF2CE
Black with #4CF2CE
Text Example
Text Example
White with #4CF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2CE; }
p { color: rgb(76,242,206); }
H1.HeaderClassName
{
color: #4CF2CE;
}
.AnyTagClassName
{
color: #4CF2CE;
}
</style>
background-color css
<style>
a { background-color: #4CF2CE; }
a { background-color: rgb(76,242,206); }
div.DivClassName
{
background-color: #4CF2CE;
}
.BgClassName
{
background-color: #4CF2CE;
}
</style>
border-color css
<style>
span { border-color: #4CF2CE; }
span { border-color: rgb(76,242,206); }
td.TdClassName
{
border-color: #4CF2CE;
}
.TagClassName
{
border-color: #4CF2CE;
}
</style>