Shades of Medium Turquoise #55CADA
Tints of Medium Turquoise #55CADA
RGB
CMYK
RGB Variations
Color information
#55CADA (or 0x55CADA) is known color: Medium Turquoise. HEX triplet: 55, CA and DA. RGB value is (85,202,218). Sum of RGB (Red+Green+Blue) = 85+202+218=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #55CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CADA is #AA3525. Grayscale: #A8A8A8. Windows color (decimal): -11154726 or 14338645. OLE color: 14338645.
HSL color Cylindrical-coordinate representation of color #55CADA: hue angle of 187.22º degrees, saturation: 0.64, 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 #55CADA is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 202 | 218 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.15 |
| HSL | 187.22º | 0.64% | 0.59% | - |
| HSV(B) | 187.22º | 0.61% | 0.85% | - |
| XYZ | 37.52 | 49.23 | 73.86 | - |
| YUV | 168.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 218 | 0.61 | 0.07 | 0 | 0.15 | 187.22 | 0.64 | 0.59 |
| Hex | 55 | CA | DA | 3D | 7 | 0 | F | BB | 40 | 3B |
| Octal | 125 | 312 | 332 | 75 | 7 | 0 | 17 | 273 | 100 | 73 |
| Binary | 1010101 | 11001010 | 11011010 | 111101 | 111 | 0 | 1111 | 10111011 | 1000000 | 111011 |
Color Harmonies of #55CADA
Complementary color
Monochromatic Colors of #55CADA
Black with #55CADA
Text Example
Text Example
White with #55CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CADA; }
p { color: rgb(85,202,218); }
H1.HeaderClassName
{
color: #55CADA;
}
.AnyTagClassName
{
color: #55CADA;
}
</style>
background-color css
<style>
a { background-color: #55CADA; }
a { background-color: rgb(85,202,218); }
div.DivClassName
{
background-color: #55CADA;
}
.BgClassName
{
background-color: #55CADA;
}
</style>
border-color css
<style>
span { border-color: #55CADA; }
span { border-color: rgb(85,202,218); }
td.TdClassName
{
border-color: #55CADA;
}
.TagClassName
{
border-color: #55CADA;
}
</style>