Shades of Medium Turquoise #55CFD1
Tints of Medium Turquoise #55CFD1
RGB
CMYK
RGB Variations
Color information
#55CFD1 (or 0x55CFD1) is known color: Medium Turquoise. HEX triplet: 55, CF and D1. RGB value is (85,207,209). Sum of RGB (Red+Green+Blue) = 85+207+209=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #55CFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFD1 is #AA302E. Grayscale: #AAAAAA. Windows color (decimal): -11153455 or 13750101. OLE color: 13750101.
HSL color Cylindrical-coordinate representation of color #55CFD1: hue angle of 180.97º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFD1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 207 | 209 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.18 |
| HSL | 180.97º | 0.57% | 0.58% | - |
| HSV(B) | 180.97º | 0.59% | 0.82% | - |
| XYZ | 37.57 | 51.16 | 68.22 | - |
| YUV | 170.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 209 | 0.59 | 0.01 | 0 | 0.18 | 180.97 | 0.57 | 0.58 |
| Hex | 55 | CF | D1 | 3B | 1 | 0 | 12 | B5 | 39 | 3A |
| Octal | 125 | 317 | 321 | 73 | 1 | 0 | 22 | 265 | 71 | 72 |
| Binary | 1010101 | 11001111 | 11010001 | 111011 | 1 | 0 | 10010 | 10110101 | 111001 | 111010 |
Color Harmonies of #55CFD1
Complementary color
Monochromatic Colors of #55CFD1
Black with #55CFD1
Text Example
Text Example
White with #55CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFD1; }
p { color: rgb(85,207,209); }
H1.HeaderClassName
{
color: #55CFD1;
}
.AnyTagClassName
{
color: #55CFD1;
}
</style>
background-color css
<style>
a { background-color: #55CFD1; }
a { background-color: rgb(85,207,209); }
div.DivClassName
{
background-color: #55CFD1;
}
.BgClassName
{
background-color: #55CFD1;
}
</style>
border-color css
<style>
span { border-color: #55CFD1; }
span { border-color: rgb(85,207,209); }
td.TdClassName
{
border-color: #55CFD1;
}
.TagClassName
{
border-color: #55CFD1;
}
</style>