Shades of Turquoise Blue #55DBEF
Tints of Turquoise Blue #55DBEF
RGB
CMYK
RGB Variations
Color information
#55DBEF (or 0x55DBEF) is known color: Turquoise Blue. HEX triplet: 55, DB and EF. RGB value is (85,219,239). Sum of RGB (Red+Green+Blue) = 85+219+239=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #55DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBEF is #AA2410. Grayscale: #B4B4B4. Windows color (decimal): -11150353 or 15719253. OLE color: 15719253.
HSL color Cylindrical-coordinate representation of color #55DBEF: hue angle of 187.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DBEF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 219 | 239 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.06 |
| HSL | 187.79º | 0.83% | 0.64% | - |
| HSV(B) | 187.79º | 0.64% | 0.94% | - |
| XYZ | 44.66 | 58.83 | 90.66 | - |
| YUV | 181.21 | 160.61 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 239 | 0.64 | 0.08 | 0 | 0.06 | 187.79 | 0.83 | 0.64 |
| Hex | 55 | DB | EF | 40 | 8 | 0 | 6 | BC | 53 | 40 |
| Octal | 125 | 333 | 357 | 100 | 10 | 0 | 6 | 274 | 123 | 100 |
| Binary | 1010101 | 11011011 | 11101111 | 1000000 | 1000 | 0 | 110 | 10111100 | 1010011 | 1000000 |
Color Harmonies of #55DBEF
Complementary color
Monochromatic Colors of #55DBEF
Black with #55DBEF
Text Example
Text Example
White with #55DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBEF; }
p { color: rgb(85,219,239); }
H1.HeaderClassName
{
color: #55DBEF;
}
.AnyTagClassName
{
color: #55DBEF;
}
</style>
background-color css
<style>
a { background-color: #55DBEF; }
a { background-color: rgb(85,219,239); }
div.DivClassName
{
background-color: #55DBEF;
}
.BgClassName
{
background-color: #55DBEF;
}
</style>
border-color css
<style>
span { border-color: #55DBEF; }
span { border-color: rgb(85,219,239); }
td.TdClassName
{
border-color: #55DBEF;
}
.TagClassName
{
border-color: #55DBEF;
}
</style>