Shades of Turquoise Blue #55DBEB
Tints of Turquoise Blue #55DBEB
RGB
CMYK
RGB Variations
Color information
#55DBEB (or 0x55DBEB) is known color: Turquoise Blue. HEX triplet: 55, DB and EB. RGB value is (85,219,235). Sum of RGB (Red+Green+Blue) = 85+219+235=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #55DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBEB is #AA2414. Grayscale: #B4B4B4. Windows color (decimal): -11150357 or 15457109. OLE color: 15457109.
HSL color Cylindrical-coordinate representation of color #55DBEB: hue angle of 186.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DBEB is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 219 | 235 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.08 |
| HSL | 186.4º | 0.79% | 0.63% | - |
| HSV(B) | 186.4º | 0.64% | 0.92% | - |
| XYZ | 44.07 | 58.59 | 87.58 | - |
| YUV | 180.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 235 | 0.64 | 0.07 | 0 | 0.08 | 186.4 | 0.79 | 0.63 |
| Hex | 55 | DB | EB | 40 | 7 | 0 | 8 | BA | 4F | 3F |
| Octal | 125 | 333 | 353 | 100 | 7 | 0 | 10 | 272 | 117 | 77 |
| Binary | 1010101 | 11011011 | 11101011 | 1000000 | 111 | 0 | 1000 | 10111010 | 1001111 | 111111 |
Color Harmonies of #55DBEB
Complementary color
Monochromatic Colors of #55DBEB
Black with #55DBEB
Text Example
Text Example
White with #55DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBEB; }
p { color: rgb(85,219,235); }
H1.HeaderClassName
{
color: #55DBEB;
}
.AnyTagClassName
{
color: #55DBEB;
}
</style>
background-color css
<style>
a { background-color: #55DBEB; }
a { background-color: rgb(85,219,235); }
div.DivClassName
{
background-color: #55DBEB;
}
.BgClassName
{
background-color: #55DBEB;
}
</style>
border-color css
<style>
span { border-color: #55DBEB; }
span { border-color: rgb(85,219,235); }
td.TdClassName
{
border-color: #55DBEB;
}
.TagClassName
{
border-color: #55DBEB;
}
</style>