Shades of Medium Turquoise #55D8CB
Tints of Medium Turquoise #55D8CB
RGB
CMYK
RGB Variations
Color information
#55D8CB (or 0x55D8CB) is known color: Medium Turquoise. HEX triplet: 55, D8 and CB. RGB value is (85,216,203). Sum of RGB (Red+Green+Blue) = 85+216+203=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #55D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8CB is #AA2734. Grayscale: #AFAFAF. Windows color (decimal): -11151157 or 13359189. OLE color: 13359189.
HSL color Cylindrical-coordinate representation of color #55D8CB: hue angle of 174.05º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D8CB is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 203 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.15 |
| HSL | 174.05º | 0.63% | 0.59% | - |
| HSV(B) | 174.05º | 0.61% | 0.85% | - |
| XYZ | 39.08 | 55.35 | 65.12 | - |
| YUV | 175.35 | 143.6 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 203 | 0.61 | 0 | 0.06 | 0.15 | 174.05 | 0.63 | 0.59 |
| Hex | 55 | D8 | CB | 3D | 0 | 6 | F | AE | 3F | 3B |
| Octal | 125 | 330 | 313 | 75 | 0 | 6 | 17 | 256 | 77 | 73 |
| Binary | 1010101 | 11011000 | 11001011 | 111101 | 0 | 110 | 1111 | 10101110 | 111111 | 111011 |
Color Harmonies of #55D8CB
Complementary color
Monochromatic Colors of #55D8CB
Black with #55D8CB
Text Example
Text Example
White with #55D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D8CB; }
p { color: rgb(85,216,203); }
H1.HeaderClassName
{
color: #55D8CB;
}
.AnyTagClassName
{
color: #55D8CB;
}
</style>
background-color css
<style>
a { background-color: #55D8CB; }
a { background-color: rgb(85,216,203); }
div.DivClassName
{
background-color: #55D8CB;
}
.BgClassName
{
background-color: #55D8CB;
}
</style>
border-color css
<style>
span { border-color: #55D8CB; }
span { border-color: rgb(85,216,203); }
td.TdClassName
{
border-color: #55D8CB;
}
.TagClassName
{
border-color: #55D8CB;
}
</style>