Shades of Turquoise #4CF2DD
Tints of Turquoise #4CF2DD
RGB
CMYK
RGB Variations
Color information
#4CF2DD (or 0x4CF2DD) is known color: Turquoise. HEX triplet: 4C, F2 and DD. RGB value is (76,242,221). Sum of RGB (Red+Green+Blue) = 76+242+221=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2DD is #B30D22. Grayscale: #BDBDBD. Windows color (decimal): -11734307 or 14545484. OLE color: 14545484.
HSL color Cylindrical-coordinate representation of color #4CF2DD: hue angle of 172.41º 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 #4CF2DD is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 221 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.05 |
| HSL | 172.41º | 0.86% | 0.62% | - |
| HSV(B) | 172.41º | 0.69% | 0.95% | - |
| XYZ | 47.78 | 70.26 | 79.45 | - |
| YUV | 189.97 | 145.5 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 221 | 0.69 | 0 | 0.09 | 0.05 | 172.41 | 0.86 | 0.62 |
| Hex | 4C | F2 | DD | 45 | 0 | 9 | 5 | AC | 56 | 3E |
| Octal | 114 | 362 | 335 | 105 | 0 | 11 | 5 | 254 | 126 | 76 |
| Binary | 1001100 | 11110010 | 11011101 | 1000101 | 0 | 1001 | 101 | 10101100 | 1010110 | 111110 |
Color Harmonies of #4CF2DD
Complementary color
Monochromatic Colors of #4CF2DD
Black with #4CF2DD
Text Example
Text Example
White with #4CF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2DD; }
p { color: rgb(76,242,221); }
H1.HeaderClassName
{
color: #4CF2DD;
}
.AnyTagClassName
{
color: #4CF2DD;
}
</style>
background-color css
<style>
a { background-color: #4CF2DD; }
a { background-color: rgb(76,242,221); }
div.DivClassName
{
background-color: #4CF2DD;
}
.BgClassName
{
background-color: #4CF2DD;
}
</style>
border-color css
<style>
span { border-color: #4CF2DD; }
span { border-color: rgb(76,242,221); }
td.TdClassName
{
border-color: #4CF2DD;
}
.TagClassName
{
border-color: #4CF2DD;
}
</style>