Shades of Turquoise #4CDFDD
Tints of Turquoise #4CDFDD
RGB
CMYK
RGB Variations
Color information
#4CDFDD (or 0x4CDFDD) is known color: Turquoise. HEX triplet: 4C, DF and DD. RGB value is (76,223,221). Sum of RGB (Red+Green+Blue) = 76+223+221=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFDD is #B32022. Grayscale: #B2B2B2. Windows color (decimal): -11739171 or 14540620. OLE color: 14540620.
HSL color Cylindrical-coordinate representation of color #4CDFDD: hue angle of 179.18º 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 #4CDFDD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 221 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.13 |
| HSL | 179.18º | 0.7% | 0.59% | - |
| HSV(B) | 179.18º | 0.66% | 0.87% | - |
| XYZ | 42.42 | 59.53 | 77.66 | - |
| YUV | 178.82 | 151.8 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 221 | 0.66 | 0 | 0.01 | 0.13 | 179.18 | 0.7 | 0.59 |
| Hex | 4C | DF | DD | 42 | 0 | 1 | D | B3 | 46 | 3B |
| Octal | 114 | 337 | 335 | 102 | 0 | 1 | 15 | 263 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11011101 | 1000010 | 0 | 1 | 1101 | 10110011 | 1000110 | 111011 |
Color Harmonies of #4CDFDD
Complementary color
Monochromatic Colors of #4CDFDD
Black with #4CDFDD
Text Example
Text Example
White with #4CDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFDD; }
p { color: rgb(76,223,221); }
H1.HeaderClassName
{
color: #4CDFDD;
}
.AnyTagClassName
{
color: #4CDFDD;
}
</style>
background-color css
<style>
a { background-color: #4CDFDD; }
a { background-color: rgb(76,223,221); }
div.DivClassName
{
background-color: #4CDFDD;
}
.BgClassName
{
background-color: #4CDFDD;
}
</style>
border-color css
<style>
span { border-color: #4CDFDD; }
span { border-color: rgb(76,223,221); }
td.TdClassName
{
border-color: #4CDFDD;
}
.TagClassName
{
border-color: #4CDFDD;
}
</style>