Shades of Medium Turquoise #55CCDA
Tints of Medium Turquoise #55CCDA
RGB
CMYK
RGB Variations
Color information
#55CCDA (or 0x55CCDA) is known color: Medium Turquoise. HEX triplet: 55, CC and DA. RGB value is (85,204,218). Sum of RGB (Red+Green+Blue) = 85+204+218=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #55CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCDA is #AA3325. Grayscale: #A9A9A9. Windows color (decimal): -11154214 or 14339157. OLE color: 14339157.
HSL color Cylindrical-coordinate representation of color #55CCDA: hue angle of 186.32º 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 #55CCDA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 204 | 218 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.15 |
| HSL | 186.32º | 0.64% | 0.59% | - |
| HSV(B) | 186.32º | 0.61% | 0.85% | - |
| XYZ | 37.99 | 50.18 | 74.01 | - |
| YUV | 170.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 218 | 0.61 | 0.06 | 0 | 0.15 | 186.32 | 0.64 | 0.59 |
| Hex | 55 | CC | DA | 3D | 6 | 0 | F | BA | 40 | 3B |
| Octal | 125 | 314 | 332 | 75 | 6 | 0 | 17 | 272 | 100 | 73 |
| Binary | 1010101 | 11001100 | 11011010 | 111101 | 110 | 0 | 1111 | 10111010 | 1000000 | 111011 |
Color Harmonies of #55CCDA
Complementary color
Monochromatic Colors of #55CCDA
Black with #55CCDA
Text Example
Text Example
White with #55CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCDA; }
p { color: rgb(85,204,218); }
H1.HeaderClassName
{
color: #55CCDA;
}
.AnyTagClassName
{
color: #55CCDA;
}
</style>
background-color css
<style>
a { background-color: #55CCDA; }
a { background-color: rgb(85,204,218); }
div.DivClassName
{
background-color: #55CCDA;
}
.BgClassName
{
background-color: #55CCDA;
}
</style>
border-color css
<style>
span { border-color: #55CCDA; }
span { border-color: rgb(85,204,218); }
td.TdClassName
{
border-color: #55CCDA;
}
.TagClassName
{
border-color: #55CCDA;
}
</style>