Shades of Medium Turquoise #55CDDA
Tints of Medium Turquoise #55CDDA
RGB
CMYK
RGB Variations
Color information
#55CDDA (or 0x55CDDA) is known color: Medium Turquoise. HEX triplet: 55, CD and DA. RGB value is (85,205,218). Sum of RGB (Red+Green+Blue) = 85+205+218=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #55CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDDA is #AA3225. Grayscale: #AAAAAA. Windows color (decimal): -11153958 or 14339413. OLE color: 14339413.
HSL color Cylindrical-coordinate representation of color #55CDDA: hue angle of 185.86º 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 #55CDDA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 205 | 218 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.15 |
| HSL | 185.86º | 0.64% | 0.59% | - |
| HSV(B) | 185.86º | 0.61% | 0.85% | - |
| XYZ | 38.23 | 50.66 | 74.09 | - |
| YUV | 170.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 218 | 0.61 | 0.06 | 0 | 0.15 | 185.86 | 0.64 | 0.59 |
| Hex | 55 | CD | DA | 3D | 6 | 0 | F | BA | 40 | 3B |
| Octal | 125 | 315 | 332 | 75 | 6 | 0 | 17 | 272 | 100 | 73 |
| Binary | 1010101 | 11001101 | 11011010 | 111101 | 110 | 0 | 1111 | 10111010 | 1000000 | 111011 |
Color Harmonies of #55CDDA
Complementary color
Monochromatic Colors of #55CDDA
Black with #55CDDA
Text Example
Text Example
White with #55CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDDA; }
p { color: rgb(85,205,218); }
H1.HeaderClassName
{
color: #55CDDA;
}
.AnyTagClassName
{
color: #55CDDA;
}
</style>
background-color css
<style>
a { background-color: #55CDDA; }
a { background-color: rgb(85,205,218); }
div.DivClassName
{
background-color: #55CDDA;
}
.BgClassName
{
background-color: #55CDDA;
}
</style>
border-color css
<style>
span { border-color: #55CDDA; }
span { border-color: rgb(85,205,218); }
td.TdClassName
{
border-color: #55CDDA;
}
.TagClassName
{
border-color: #55CDDA;
}
</style>