Shades of Medium Turquoise #55CDD4
Tints of Medium Turquoise #55CDD4
RGB
CMYK
RGB Variations
Color information
#55CDD4 (or 0x55CDD4) is known color: Medium Turquoise. HEX triplet: 55, CD and D4. RGB value is (85,205,212). Sum of RGB (Red+Green+Blue) = 85+205+212=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #55CDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDD4 is #AA322B. Grayscale: #A9A9A9. Windows color (decimal): -11153964 or 13946197. OLE color: 13946197.
HSL color Cylindrical-coordinate representation of color #55CDD4: hue angle of 183.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CDD4 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 205 | 212 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.17 |
| HSL | 183.31º | 0.6% | 0.58% | - |
| HSV(B) | 183.31º | 0.6% | 0.83% | - |
| XYZ | 37.46 | 50.35 | 70.03 | - |
| YUV | 169.92 | 151.74 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 212 | 0.60 | 0.03 | 0 | 0.17 | 183.31 | 0.6 | 0.58 |
| Hex | 55 | CD | D4 | 3C | 3 | 0 | 11 | B7 | 3C | 3A |
| Octal | 125 | 315 | 324 | 74 | 3 | 0 | 21 | 267 | 74 | 72 |
| Binary | 1010101 | 11001101 | 11010100 | 111100 | 11 | 0 | 10001 | 10110111 | 111100 | 111010 |
Color Harmonies of #55CDD4
Complementary color
Monochromatic Colors of #55CDD4
Black with #55CDD4
Text Example
Text Example
White with #55CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDD4; }
p { color: rgb(85,205,212); }
H1.HeaderClassName
{
color: #55CDD4;
}
.AnyTagClassName
{
color: #55CDD4;
}
</style>
background-color css
<style>
a { background-color: #55CDD4; }
a { background-color: rgb(85,205,212); }
div.DivClassName
{
background-color: #55CDD4;
}
.BgClassName
{
background-color: #55CDD4;
}
</style>
border-color css
<style>
span { border-color: #55CDD4; }
span { border-color: rgb(85,205,212); }
td.TdClassName
{
border-color: #55CDD4;
}
.TagClassName
{
border-color: #55CDD4;
}
</style>