Shades of Medium Turquoise #55CEDB
Tints of Medium Turquoise #55CEDB
RGB
CMYK
RGB Variations
Color information
#55CEDB (or 0x55CEDB) is known color: Medium Turquoise. HEX triplet: 55, CE and DB. RGB value is (85,206,219). Sum of RGB (Red+Green+Blue) = 85+206+219=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #55CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CEDB is #AA3124. Grayscale: #ABABAB. Windows color (decimal): -11153701 or 14405205. OLE color: 14405205.
HSL color Cylindrical-coordinate representation of color #55CEDB: hue angle of 185.82º degrees, saturation: 0.65, 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 #55CEDB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 206 | 219 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.14 |
| HSL | 185.82º | 0.65% | 0.6% | - |
| HSV(B) | 185.82º | 0.61% | 0.86% | - |
| XYZ | 38.6 | 51.19 | 74.86 | - |
| YUV | 171.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 219 | 0.61 | 0.06 | 0 | 0.14 | 185.82 | 0.65 | 0.6 |
| Hex | 55 | CE | DB | 3D | 6 | 0 | E | BA | 41 | 3C |
| Octal | 125 | 316 | 333 | 75 | 6 | 0 | 16 | 272 | 101 | 74 |
| Binary | 1010101 | 11001110 | 11011011 | 111101 | 110 | 0 | 1110 | 10111010 | 1000001 | 111100 |
Color Harmonies of #55CEDB
Complementary color
Monochromatic Colors of #55CEDB
Black with #55CEDB
Text Example
Text Example
White with #55CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEDB; }
p { color: rgb(85,206,219); }
H1.HeaderClassName
{
color: #55CEDB;
}
.AnyTagClassName
{
color: #55CEDB;
}
</style>
background-color css
<style>
a { background-color: #55CEDB; }
a { background-color: rgb(85,206,219); }
div.DivClassName
{
background-color: #55CEDB;
}
.BgClassName
{
background-color: #55CEDB;
}
</style>
border-color css
<style>
span { border-color: #55CEDB; }
span { border-color: rgb(85,206,219); }
td.TdClassName
{
border-color: #55CEDB;
}
.TagClassName
{
border-color: #55CEDB;
}
</style>