Shades of Turquoise #4CDEDD
Tints of Turquoise #4CDEDD
RGB
CMYK
RGB Variations
Color information
#4CDEDD (or 0x4CDEDD) is known color: Turquoise. HEX triplet: 4C, DE and DD. RGB value is (76,222,221). Sum of RGB (Red+Green+Blue) = 76+222+221=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDEDD is #B32122. Grayscale: #B2B2B2. Windows color (decimal): -11739427 or 14540364. OLE color: 14540364.
HSL color Cylindrical-coordinate representation of color #4CDEDD: hue angle of 179.59º 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 #4CDEDD is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 221 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.13 |
| HSL | 179.59º | 0.69% | 0.58% | - |
| HSV(B) | 179.59º | 0.66% | 0.87% | - |
| XYZ | 42.15 | 59 | 77.57 | - |
| YUV | 178.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 221 | 0.66 | 0 | 0.00 | 0.13 | 179.59 | 0.69 | 0.58 |
| Hex | 4C | DE | DD | 42 | 0 | 0 | D | B4 | 45 | 3A |
| Octal | 114 | 336 | 335 | 102 | 0 | 0 | 15 | 264 | 105 | 72 |
| Binary | 1001100 | 11011110 | 11011101 | 1000010 | 0 | 0 | 1101 | 10110100 | 1000101 | 111010 |
Color Harmonies of #4CDEDD
Complementary color
Monochromatic Colors of #4CDEDD
Black with #4CDEDD
Text Example
Text Example
White with #4CDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDEDD; }
p { color: rgb(76,222,221); }
H1.HeaderClassName
{
color: #4CDEDD;
}
.AnyTagClassName
{
color: #4CDEDD;
}
</style>
background-color css
<style>
a { background-color: #4CDEDD; }
a { background-color: rgb(76,222,221); }
div.DivClassName
{
background-color: #4CDEDD;
}
.BgClassName
{
background-color: #4CDEDD;
}
</style>
border-color css
<style>
span { border-color: #4CDEDD; }
span { border-color: rgb(76,222,221); }
td.TdClassName
{
border-color: #4CDEDD;
}
.TagClassName
{
border-color: #4CDEDD;
}
</style>