Shades of Medium Turquoise #55D0D4
Tints of Medium Turquoise #55D0D4
RGB
CMYK
RGB Variations
Color information
#55D0D4 (or 0x55D0D4) is known color: Medium Turquoise. HEX triplet: 55, D0 and D4. RGB value is (85,208,212). Sum of RGB (Red+Green+Blue) = 85+208+212=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #55D0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0D4 is #AA2F2B. Grayscale: #ABABAB. Windows color (decimal): -11153196 or 13946965. OLE color: 13946965.
HSL color Cylindrical-coordinate representation of color #55D0D4: hue angle of 181.89º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D0D4 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 208 | 212 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.17 |
| HSL | 181.89º | 0.6% | 0.58% | - |
| HSV(B) | 181.89º | 0.6% | 0.83% | - |
| XYZ | 38.19 | 51.8 | 70.27 | - |
| YUV | 171.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 212 | 0.60 | 0.02 | 0 | 0.17 | 181.89 | 0.6 | 0.58 |
| Hex | 55 | D0 | D4 | 3C | 2 | 0 | 11 | B6 | 3C | 3A |
| Octal | 125 | 320 | 324 | 74 | 2 | 0 | 21 | 266 | 74 | 72 |
| Binary | 1010101 | 11010000 | 11010100 | 111100 | 10 | 0 | 10001 | 10110110 | 111100 | 111010 |
Color Harmonies of #55D0D4
Complementary color
Monochromatic Colors of #55D0D4
Black with #55D0D4
Text Example
Text Example
White with #55D0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0D4; }
p { color: rgb(85,208,212); }
H1.HeaderClassName
{
color: #55D0D4;
}
.AnyTagClassName
{
color: #55D0D4;
}
</style>
background-color css
<style>
a { background-color: #55D0D4; }
a { background-color: rgb(85,208,212); }
div.DivClassName
{
background-color: #55D0D4;
}
.BgClassName
{
background-color: #55D0D4;
}
</style>
border-color css
<style>
span { border-color: #55D0D4; }
span { border-color: rgb(85,208,212); }
td.TdClassName
{
border-color: #55D0D4;
}
.TagClassName
{
border-color: #55D0D4;
}
</style>