Shades of Medium Turquoise #55DBD4
Tints of Medium Turquoise #55DBD4
RGB
CMYK
RGB Variations
Color information
#55DBD4 (or 0x55DBD4) is known color: Medium Turquoise. HEX triplet: 55, DB and D4. RGB value is (85,219,212). Sum of RGB (Red+Green+Blue) = 85+219+212=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBD4 is #AA242B. Grayscale: #B2B2B2. Windows color (decimal): -11150380 or 13949781. OLE color: 13949781.
HSL color Cylindrical-coordinate representation of color #55DBD4: hue angle of 176.87º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBD4 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 212 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.14 |
| HSL | 176.87º | 0.65% | 0.6% | - |
| HSV(B) | 176.87º | 0.61% | 0.86% | - |
| XYZ | 40.96 | 57.35 | 71.2 | - |
| YUV | 178.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 212 | 0.61 | 0 | 0.03 | 0.14 | 176.87 | 0.65 | 0.6 |
| Hex | 55 | DB | D4 | 3D | 0 | 3 | E | B1 | 41 | 3C |
| Octal | 125 | 333 | 324 | 75 | 0 | 3 | 16 | 261 | 101 | 74 |
| Binary | 1010101 | 11011011 | 11010100 | 111101 | 0 | 11 | 1110 | 10110001 | 1000001 | 111100 |
Color Harmonies of #55DBD4
Complementary color
Monochromatic Colors of #55DBD4
Black with #55DBD4
Text Example
Text Example
White with #55DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBD4; }
p { color: rgb(85,219,212); }
H1.HeaderClassName
{
color: #55DBD4;
}
.AnyTagClassName
{
color: #55DBD4;
}
</style>
background-color css
<style>
a { background-color: #55DBD4; }
a { background-color: rgb(85,219,212); }
div.DivClassName
{
background-color: #55DBD4;
}
.BgClassName
{
background-color: #55DBD4;
}
</style>
border-color css
<style>
span { border-color: #55DBD4; }
span { border-color: rgb(85,219,212); }
td.TdClassName
{
border-color: #55DBD4;
}
.TagClassName
{
border-color: #55DBD4;
}
</style>