Shades of Turquoise Blue #55DBED
Tints of Turquoise Blue #55DBED
RGB
CMYK
RGB Variations
Color information
#55DBED (or 0x55DBED) is known color: Turquoise Blue. HEX triplet: 55, DB and ED. RGB value is (85,219,237). Sum of RGB (Red+Green+Blue) = 85+219+237=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #55DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBED is #AA2412. Grayscale: #B4B4B4. Windows color (decimal): -11150355 or 15588181. OLE color: 15588181.
HSL color Cylindrical-coordinate representation of color #55DBED: hue angle of 187.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DBED is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 219 | 237 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.07 |
| HSL | 187.11º | 0.81% | 0.63% | - |
| HSV(B) | 187.11º | 0.64% | 0.93% | - |
| XYZ | 44.36 | 58.71 | 89.11 | - |
| YUV | 180.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 237 | 0.64 | 0.08 | 0 | 0.07 | 187.11 | 0.81 | 0.63 |
| Hex | 55 | DB | ED | 40 | 8 | 0 | 7 | BB | 51 | 3F |
| Octal | 125 | 333 | 355 | 100 | 10 | 0 | 7 | 273 | 121 | 77 |
| Binary | 1010101 | 11011011 | 11101101 | 1000000 | 1000 | 0 | 111 | 10111011 | 1010001 | 111111 |
Color Harmonies of #55DBED
Complementary color
Monochromatic Colors of #55DBED
Black with #55DBED
Text Example
Text Example
White with #55DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBED; }
p { color: rgb(85,219,237); }
H1.HeaderClassName
{
color: #55DBED;
}
.AnyTagClassName
{
color: #55DBED;
}
</style>
background-color css
<style>
a { background-color: #55DBED; }
a { background-color: rgb(85,219,237); }
div.DivClassName
{
background-color: #55DBED;
}
.BgClassName
{
background-color: #55DBED;
}
</style>
border-color css
<style>
span { border-color: #55DBED; }
span { border-color: rgb(85,219,237); }
td.TdClassName
{
border-color: #55DBED;
}
.TagClassName
{
border-color: #55DBED;
}
</style>