Shades of Medium Turquoise #55CADE
Tints of Medium Turquoise #55CADE
RGB
CMYK
RGB Variations
Color information
#55CADE (or 0x55CADE) is known color: Medium Turquoise. HEX triplet: 55, CA and DE. RGB value is (85,202,222). Sum of RGB (Red+Green+Blue) = 85+202+222=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #55CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CADE is #AA3521. Grayscale: #A9A9A9. Windows color (decimal): -11154722 or 14600789. OLE color: 14600789.
HSL color Cylindrical-coordinate representation of color #55CADE: hue angle of 188.76º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CADE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 202 | 222 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.76º | 0.67% | 0.6% | - |
| HSV(B) | 188.76º | 0.62% | 0.87% | - |
| XYZ | 38.05 | 49.45 | 76.65 | - |
| YUV | 169.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 222 | 0.62 | 0.09 | 0 | 0.13 | 188.76 | 0.67 | 0.6 |
| Hex | 55 | CA | DE | 3E | 9 | 0 | D | BD | 43 | 3C |
| Octal | 125 | 312 | 336 | 76 | 11 | 0 | 15 | 275 | 103 | 74 |
| Binary | 1010101 | 11001010 | 11011110 | 111110 | 1001 | 0 | 1101 | 10111101 | 1000011 | 111100 |
Color Harmonies of #55CADE
Complementary color
Monochromatic Colors of #55CADE
Black with #55CADE
Text Example
Text Example
White with #55CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CADE; }
p { color: rgb(85,202,222); }
H1.HeaderClassName
{
color: #55CADE;
}
.AnyTagClassName
{
color: #55CADE;
}
</style>
background-color css
<style>
a { background-color: #55CADE; }
a { background-color: rgb(85,202,222); }
div.DivClassName
{
background-color: #55CADE;
}
.BgClassName
{
background-color: #55CADE;
}
</style>
border-color css
<style>
span { border-color: #55CADE; }
span { border-color: rgb(85,202,222); }
td.TdClassName
{
border-color: #55CADE;
}
.TagClassName
{
border-color: #55CADE;
}
</style>