Shades of Medium Turquoise #55D7CB
Tints of Medium Turquoise #55D7CB
RGB
CMYK
RGB Variations
Color information
#55D7CB (or 0x55D7CB) is known color: Medium Turquoise. HEX triplet: 55, D7 and CB. RGB value is (85,215,203). Sum of RGB (Red+Green+Blue) = 85+215+203=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7CB is #AA2834. Grayscale: #AEAEAE. Windows color (decimal): -11151413 or 13358933. OLE color: 13358933.
HSL color Cylindrical-coordinate representation of color #55D7CB: hue angle of 174.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D7CB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 203 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.16 |
| HSL | 174.46º | 0.62% | 0.59% | - |
| HSV(B) | 174.46º | 0.6% | 0.84% | - |
| XYZ | 38.83 | 54.84 | 65.04 | - |
| YUV | 174.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 203 | 0.60 | 0 | 0.06 | 0.16 | 174.46 | 0.62 | 0.59 |
| Hex | 55 | D7 | CB | 3C | 0 | 6 | 10 | AE | 3E | 3B |
| Octal | 125 | 327 | 313 | 74 | 0 | 6 | 20 | 256 | 76 | 73 |
| Binary | 1010101 | 11010111 | 11001011 | 111100 | 0 | 110 | 10000 | 10101110 | 111110 | 111011 |
Color Harmonies of #55D7CB
Complementary color
Monochromatic Colors of #55D7CB
Black with #55D7CB
Text Example
Text Example
White with #55D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7CB; }
p { color: rgb(85,215,203); }
H1.HeaderClassName
{
color: #55D7CB;
}
.AnyTagClassName
{
color: #55D7CB;
}
</style>
background-color css
<style>
a { background-color: #55D7CB; }
a { background-color: rgb(85,215,203); }
div.DivClassName
{
background-color: #55D7CB;
}
.BgClassName
{
background-color: #55D7CB;
}
</style>
border-color css
<style>
span { border-color: #55D7CB; }
span { border-color: rgb(85,215,203); }
td.TdClassName
{
border-color: #55D7CB;
}
.TagClassName
{
border-color: #55D7CB;
}
</style>