Shades of Medium Turquoise #55C8CD
Tints of Medium Turquoise #55C8CD
RGB
CMYK
RGB Variations
Color information
#55C8CD (or 0x55C8CD) is known color: Medium Turquoise. HEX triplet: 55, C8 and CD. RGB value is (85,200,205). Sum of RGB (Red+Green+Blue) = 85+200+205=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #55C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8CD is #AA3732. Grayscale: #A6A6A6. Windows color (decimal): -11155251 or 13486165. OLE color: 13486165.
HSL color Cylindrical-coordinate representation of color #55C8CD: hue angle of 182.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C8CD is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 200 | 205 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.20 |
| HSL | 182.5º | 0.55% | 0.57% | - |
| HSV(B) | 182.5º | 0.59% | 0.8% | - |
| XYZ | 35.42 | 47.65 | 65.09 | - |
| YUV | 166.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 205 | 0.59 | 0.02 | 0 | 0.20 | 182.5 | 0.55 | 0.57 |
| Hex | 55 | C8 | CD | 3B | 2 | 0 | 14 | B6 | 37 | 39 |
| Octal | 125 | 310 | 315 | 73 | 2 | 0 | 24 | 266 | 67 | 71 |
| Binary | 1010101 | 11001000 | 11001101 | 111011 | 10 | 0 | 10100 | 10110110 | 110111 | 111001 |
Color Harmonies of #55C8CD
Complementary color
Monochromatic Colors of #55C8CD
Black with #55C8CD
Text Example
Text Example
White with #55C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8CD; }
p { color: rgb(85,200,205); }
H1.HeaderClassName
{
color: #55C8CD;
}
.AnyTagClassName
{
color: #55C8CD;
}
</style>
background-color css
<style>
a { background-color: #55C8CD; }
a { background-color: rgb(85,200,205); }
div.DivClassName
{
background-color: #55C8CD;
}
.BgClassName
{
background-color: #55C8CD;
}
</style>
border-color css
<style>
span { border-color: #55C8CD; }
span { border-color: rgb(85,200,205); }
td.TdClassName
{
border-color: #55C8CD;
}
.TagClassName
{
border-color: #55C8CD;
}
</style>