Shades of Medium Turquoise #55DEDA
Tints of Medium Turquoise #55DEDA
RGB
CMYK
RGB Variations
Color information
#55DEDA (or 0x55DEDA) is known color: Medium Turquoise. HEX triplet: 55, DE and DA. RGB value is (85,222,218). Sum of RGB (Red+Green+Blue) = 85+222+218=525 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEDA is #AA2125. Grayscale: #B4B4B4. Windows color (decimal): -11149606 or 14343765. OLE color: 14343765.
HSL color Cylindrical-coordinate representation of color #55DEDA: hue angle of 178.25º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEDA is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 218 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.13 |
| HSL | 178.25º | 0.67% | 0.6% | - |
| HSV(B) | 178.25º | 0.62% | 0.87% | - |
| XYZ | 42.52 | 59.24 | 75.52 | - |
| YUV | 180.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 218 | 0.62 | 0 | 0.02 | 0.13 | 178.25 | 0.67 | 0.6 |
| Hex | 55 | DE | DA | 3E | 0 | 2 | D | B2 | 43 | 3C |
| Octal | 125 | 336 | 332 | 76 | 0 | 2 | 15 | 262 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11011010 | 111110 | 0 | 10 | 1101 | 10110010 | 1000011 | 111100 |
Color Harmonies of #55DEDA
Complementary color
Monochromatic Colors of #55DEDA
Black with #55DEDA
Text Example
Text Example
White with #55DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEDA; }
p { color: rgb(85,222,218); }
H1.HeaderClassName
{
color: #55DEDA;
}
.AnyTagClassName
{
color: #55DEDA;
}
</style>
background-color css
<style>
a { background-color: #55DEDA; }
a { background-color: rgb(85,222,218); }
div.DivClassName
{
background-color: #55DEDA;
}
.BgClassName
{
background-color: #55DEDA;
}
</style>
border-color css
<style>
span { border-color: #55DEDA; }
span { border-color: rgb(85,222,218); }
td.TdClassName
{
border-color: #55DEDA;
}
.TagClassName
{
border-color: #55DEDA;
}
</style>