Shades of Turquoise Blue #55DBFF
Tints of Turquoise Blue #55DBFF
RGB
CMYK
RGB Variations
Color information
#55DBFF (or 0x55DBFF) is known color: Turquoise Blue. HEX triplet: 55, DB and FF. RGB value is (85,219,255). Sum of RGB (Red+Green+Blue) = 85+219+255=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #55DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBFF is #AA2400. Grayscale: #B6B6B6. Windows color (decimal): -11150337 or 16767829. OLE color: 16767829.
HSL color Cylindrical-coordinate representation of color #55DBFF: hue angle of 192.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DBFF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 219 | 255 | - |
| CMYK | 0.67 | 0.14 | 0 | 0 |
| HSL | 192.71º | 1% | 0.67% | - |
| HSV(B) | 192.71º | 0.67% | 1% | - |
| XYZ | 47.13 | 59.81 | 103.67 | - |
| YUV | 183.04 | 168.61 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 255 | 0.67 | 0.14 | 0 | 0 | 192.71 | 1 | 0.67 |
| Hex | 55 | DB | FF | 43 | E | 0 | 0 | C1 | 64 | 43 |
| Octal | 125 | 333 | 377 | 103 | 16 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1010101 | 11011011 | 11111111 | 1000011 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #55DBFF
Complementary color
Monochromatic Colors of #55DBFF
Black with #55DBFF
Text Example
Text Example
White with #55DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBFF; }
p { color: rgb(85,219,255); }
H1.HeaderClassName
{
color: #55DBFF;
}
.AnyTagClassName
{
color: #55DBFF;
}
</style>
background-color css
<style>
a { background-color: #55DBFF; }
a { background-color: rgb(85,219,255); }
div.DivClassName
{
background-color: #55DBFF;
}
.BgClassName
{
background-color: #55DBFF;
}
</style>
border-color css
<style>
span { border-color: #55DBFF; }
span { border-color: rgb(85,219,255); }
td.TdClassName
{
border-color: #55DBFF;
}
.TagClassName
{
border-color: #55DBFF;
}
</style>