Shades of Medium Turquoise #55DCCA
Tints of Medium Turquoise #55DCCA
RGB
CMYK
RGB Variations
Color information
#55DCCA (or 0x55DCCA) is known color: Medium Turquoise. HEX triplet: 55, DC and CA. RGB value is (85,220,202). Sum of RGB (Red+Green+Blue) = 85+220+202=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCCA is #AA2335. Grayscale: #B1B1B1. Windows color (decimal): -11150134 or 13294677. OLE color: 13294677.
HSL color Cylindrical-coordinate representation of color #55DCCA: hue angle of 172º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCCA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 202 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.14 |
| HSL | 172º | 0.66% | 0.6% | - |
| HSV(B) | 172º | 0.61% | 0.86% | - |
| XYZ | 40 | 57.38 | 64.84 | - |
| YUV | 177.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 202 | 0.61 | 0 | 0.08 | 0.14 | 172 | 0.66 | 0.6 |
| Hex | 55 | DC | CA | 3D | 0 | 8 | E | AC | 42 | 3C |
| Octal | 125 | 334 | 312 | 75 | 0 | 10 | 16 | 254 | 102 | 74 |
| Binary | 1010101 | 11011100 | 11001010 | 111101 | 0 | 1000 | 1110 | 10101100 | 1000010 | 111100 |
Color Harmonies of #55DCCA
Complementary color
Monochromatic Colors of #55DCCA
Black with #55DCCA
Text Example
Text Example
White with #55DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCCA; }
p { color: rgb(85,220,202); }
H1.HeaderClassName
{
color: #55DCCA;
}
.AnyTagClassName
{
color: #55DCCA;
}
</style>
background-color css
<style>
a { background-color: #55DCCA; }
a { background-color: rgb(85,220,202); }
div.DivClassName
{
background-color: #55DCCA;
}
.BgClassName
{
background-color: #55DCCA;
}
</style>
border-color css
<style>
span { border-color: #55DCCA; }
span { border-color: rgb(85,220,202); }
td.TdClassName
{
border-color: #55DCCA;
}
.TagClassName
{
border-color: #55DCCA;
}
</style>