Shades of Medium Turquoise #55CCD5
Tints of Medium Turquoise #55CCD5
RGB
CMYK
RGB Variations
Color information
#55CCD5 (or 0x55CCD5) is known color: Medium Turquoise. HEX triplet: 55, CC and D5. RGB value is (85,204,213). Sum of RGB (Red+Green+Blue) = 85+204+213=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #55CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCD5 is #AA332A. Grayscale: #A9A9A9. Windows color (decimal): -11154219 or 14011477. OLE color: 14011477.
HSL color Cylindrical-coordinate representation of color #55CCD5: hue angle of 184.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CCD5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 204 | 213 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.16 |
| HSL | 184.22º | 0.6% | 0.58% | - |
| HSV(B) | 184.22º | 0.6% | 0.84% | - |
| XYZ | 37.35 | 49.92 | 70.62 | - |
| YUV | 169.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 213 | 0.60 | 0.04 | 0 | 0.16 | 184.22 | 0.6 | 0.58 |
| Hex | 55 | CC | D5 | 3C | 4 | 0 | 10 | B8 | 3C | 3A |
| Octal | 125 | 314 | 325 | 74 | 4 | 0 | 20 | 270 | 74 | 72 |
| Binary | 1010101 | 11001100 | 11010101 | 111100 | 100 | 0 | 10000 | 10111000 | 111100 | 111010 |
Color Harmonies of #55CCD5
Complementary color
Monochromatic Colors of #55CCD5
Black with #55CCD5
Text Example
Text Example
White with #55CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCD5; }
p { color: rgb(85,204,213); }
H1.HeaderClassName
{
color: #55CCD5;
}
.AnyTagClassName
{
color: #55CCD5;
}
</style>
background-color css
<style>
a { background-color: #55CCD5; }
a { background-color: rgb(85,204,213); }
div.DivClassName
{
background-color: #55CCD5;
}
.BgClassName
{
background-color: #55CCD5;
}
</style>
border-color css
<style>
span { border-color: #55CCD5; }
span { border-color: rgb(85,204,213); }
td.TdClassName
{
border-color: #55CCD5;
}
.TagClassName
{
border-color: #55CCD5;
}
</style>