Shades of Turquoise #4CDCDE
Tints of Turquoise #4CDCDE
RGB
CMYK
RGB Variations
Color information
#4CDCDE (or 0x4CDCDE) is known color: Turquoise. HEX triplet: 4C, DC and DE. RGB value is (76,220,222). Sum of RGB (Red+Green+Blue) = 76+220+222=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CDCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCDE is #B32321. Grayscale: #B1B1B1. Windows color (decimal): -11739938 or 14605388. OLE color: 14605388.
HSL color Cylindrical-coordinate representation of color #4CDCDE: hue angle of 180.82º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDCDE is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 220 | 222 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.13 |
| HSL | 180.82º | 0.69% | 0.58% | - |
| HSV(B) | 180.82º | 0.66% | 0.87% | - |
| XYZ | 41.76 | 58 | 78.1 | - |
| YUV | 177.17 | 153.29 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 222 | 0.66 | 0.01 | 0 | 0.13 | 180.82 | 0.69 | 0.58 |
| Hex | 4C | DC | DE | 42 | 1 | 0 | D | B5 | 45 | 3A |
| Octal | 114 | 334 | 336 | 102 | 1 | 0 | 15 | 265 | 105 | 72 |
| Binary | 1001100 | 11011100 | 11011110 | 1000010 | 1 | 0 | 1101 | 10110101 | 1000101 | 111010 |
Color Harmonies of #4CDCDE
Complementary color
Monochromatic Colors of #4CDCDE
Black with #4CDCDE
Text Example
Text Example
White with #4CDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCDE; }
p { color: rgb(76,220,222); }
H1.HeaderClassName
{
color: #4CDCDE;
}
.AnyTagClassName
{
color: #4CDCDE;
}
</style>
background-color css
<style>
a { background-color: #4CDCDE; }
a { background-color: rgb(76,220,222); }
div.DivClassName
{
background-color: #4CDCDE;
}
.BgClassName
{
background-color: #4CDCDE;
}
</style>
border-color css
<style>
span { border-color: #4CDCDE; }
span { border-color: rgb(76,220,222); }
td.TdClassName
{
border-color: #4CDCDE;
}
.TagClassName
{
border-color: #4CDCDE;
}
</style>