Shades of Turquoise #4DDEE2
Tints of Turquoise #4DDEE2
RGB
CMYK
RGB Variations
Color information
#4DDEE2 (or 0x4DDEE2) is known color: Turquoise. HEX triplet: 4D, DE and E2. RGB value is (77,222,226). Sum of RGB (Red+Green+Blue) = 77+222+226=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #4DDEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEE2 is #B2211D. Grayscale: #B2B2B2. Windows color (decimal): -11673886 or 14868045. OLE color: 14868045.
HSL color Cylindrical-coordinate representation of color #4DDEE2: hue angle of 181.61º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDEE2 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 222 | 226 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.11 |
| HSL | 181.61º | 0.72% | 0.59% | - |
| HSV(B) | 181.61º | 0.66% | 0.89% | - |
| XYZ | 42.91 | 59.31 | 81.14 | - |
| YUV | 179.1 | 154.46 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 226 | 0.66 | 0.02 | 0 | 0.11 | 181.61 | 0.72 | 0.59 |
| Hex | 4D | DE | E2 | 42 | 2 | 0 | B | B6 | 48 | 3B |
| Octal | 115 | 336 | 342 | 102 | 2 | 0 | 13 | 266 | 110 | 73 |
| Binary | 1001101 | 11011110 | 11100010 | 1000010 | 10 | 0 | 1011 | 10110110 | 1001000 | 111011 |
Color Harmonies of #4DDEE2
Complementary color
Monochromatic Colors of #4DDEE2
Black with #4DDEE2
Text Example
Text Example
White with #4DDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDEE2; }
p { color: rgb(77,222,226); }
H1.HeaderClassName
{
color: #4DDEE2;
}
.AnyTagClassName
{
color: #4DDEE2;
}
</style>
background-color css
<style>
a { background-color: #4DDEE2; }
a { background-color: rgb(77,222,226); }
div.DivClassName
{
background-color: #4DDEE2;
}
.BgClassName
{
background-color: #4DDEE2;
}
</style>
border-color css
<style>
span { border-color: #4DDEE2; }
span { border-color: rgb(77,222,226); }
td.TdClassName
{
border-color: #4DDEE2;
}
.TagClassName
{
border-color: #4DDEE2;
}
</style>