Shades of Turquoise #4CDFD0
Tints of Turquoise #4CDFD0
RGB
CMYK
RGB Variations
Color information
#4CDFD0 (or 0x4CDFD0) is known color: Turquoise. HEX triplet: 4C, DF and D0. RGB value is (76,223,208). Sum of RGB (Red+Green+Blue) = 76+223+208=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFD0 is #B3202F. Grayscale: #B1B1B1. Windows color (decimal): -11739184 or 13688652. OLE color: 13688652.
HSL color Cylindrical-coordinate representation of color #4CDFD0: hue angle of 173.88º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFD0 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 208 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.13 |
| HSL | 173.88º | 0.7% | 0.59% | - |
| HSV(B) | 173.88º | 0.66% | 0.87% | - |
| XYZ | 40.75 | 58.87 | 68.89 | - |
| YUV | 177.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 208 | 0.66 | 0 | 0.07 | 0.13 | 173.88 | 0.7 | 0.59 |
| Hex | 4C | DF | D0 | 42 | 0 | 7 | D | AE | 46 | 3B |
| Octal | 114 | 337 | 320 | 102 | 0 | 7 | 15 | 256 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11010000 | 1000010 | 0 | 111 | 1101 | 10101110 | 1000110 | 111011 |
Color Harmonies of #4CDFD0
Complementary color
Monochromatic Colors of #4CDFD0
Black with #4CDFD0
Text Example
Text Example
White with #4CDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFD0; }
p { color: rgb(76,223,208); }
H1.HeaderClassName
{
color: #4CDFD0;
}
.AnyTagClassName
{
color: #4CDFD0;
}
</style>
background-color css
<style>
a { background-color: #4CDFD0; }
a { background-color: rgb(76,223,208); }
div.DivClassName
{
background-color: #4CDFD0;
}
.BgClassName
{
background-color: #4CDFD0;
}
</style>
border-color css
<style>
span { border-color: #4CDFD0; }
span { border-color: rgb(76,223,208); }
td.TdClassName
{
border-color: #4CDFD0;
}
.TagClassName
{
border-color: #4CDFD0;
}
</style>