Shades of Turquoise #4CF2CF
Tints of Turquoise #4CF2CF
RGB
CMYK
RGB Variations
Color information
#4CF2CF (or 0x4CF2CF) is known color: Turquoise. HEX triplet: 4C, F2 and CF. RGB value is (76,242,207). Sum of RGB (Red+Green+Blue) = 76+242+207=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2CF is #B30D30. Grayscale: #BCBCBC. Windows color (decimal): -11734321 or 13627980. OLE color: 13627980.
HSL color Cylindrical-coordinate representation of color #4CF2CF: hue angle of 167.35º 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 #4CF2CF is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 207 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.05 |
| HSL | 167.35º | 0.86% | 0.62% | - |
| HSV(B) | 167.35º | 0.69% | 0.95% | - |
| XYZ | 46 | 69.55 | 70.03 | - |
| YUV | 188.38 | 138.5 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 207 | 0.69 | 0 | 0.14 | 0.05 | 167.35 | 0.86 | 0.62 |
| Hex | 4C | F2 | CF | 45 | 0 | E | 5 | A7 | 56 | 3E |
| Octal | 114 | 362 | 317 | 105 | 0 | 16 | 5 | 247 | 126 | 76 |
| Binary | 1001100 | 11110010 | 11001111 | 1000101 | 0 | 1110 | 101 | 10100111 | 1010110 | 111110 |
Color Harmonies of #4CF2CF
Complementary color
Monochromatic Colors of #4CF2CF
Black with #4CF2CF
Text Example
Text Example
White with #4CF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2CF; }
p { color: rgb(76,242,207); }
H1.HeaderClassName
{
color: #4CF2CF;
}
.AnyTagClassName
{
color: #4CF2CF;
}
</style>
background-color css
<style>
a { background-color: #4CF2CF; }
a { background-color: rgb(76,242,207); }
div.DivClassName
{
background-color: #4CF2CF;
}
.BgClassName
{
background-color: #4CF2CF;
}
</style>
border-color css
<style>
span { border-color: #4CF2CF; }
span { border-color: rgb(76,242,207); }
td.TdClassName
{
border-color: #4CF2CF;
}
.TagClassName
{
border-color: #4CF2CF;
}
</style>