Shades of Turquoise Blue #55DAE6
Tints of Turquoise Blue #55DAE6
RGB
CMYK
RGB Variations
Color information
#55DAE6 (or 0x55DAE6) is known color: Turquoise Blue. HEX triplet: 55, DA and E6. RGB value is (85,218,230). Sum of RGB (Red+Green+Blue) = 85+218+230=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #55DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DAE6 is #AA2519. Grayscale: #B3B3B3. Windows color (decimal): -11150618 or 15129173. OLE color: 15129173.
HSL color Cylindrical-coordinate representation of color #55DAE6: hue angle of 184.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55DAE6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 218 | 230 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.10 |
| HSL | 184.97º | 0.74% | 0.62% | - |
| HSV(B) | 184.97º | 0.63% | 0.9% | - |
| XYZ | 43.1 | 57.79 | 83.75 | - |
| YUV | 179.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 230 | 0.63 | 0.05 | 0 | 0.10 | 184.97 | 0.74 | 0.62 |
| Hex | 55 | DA | E6 | 3F | 5 | 0 | A | B9 | 4A | 3E |
| Octal | 125 | 332 | 346 | 77 | 5 | 0 | 12 | 271 | 112 | 76 |
| Binary | 1010101 | 11011010 | 11100110 | 111111 | 101 | 0 | 1010 | 10111001 | 1001010 | 111110 |
Color Harmonies of #55DAE6
Complementary color
Monochromatic Colors of #55DAE6
Black with #55DAE6
Text Example
Text Example
White with #55DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAE6; }
p { color: rgb(85,218,230); }
H1.HeaderClassName
{
color: #55DAE6;
}
.AnyTagClassName
{
color: #55DAE6;
}
</style>
background-color css
<style>
a { background-color: #55DAE6; }
a { background-color: rgb(85,218,230); }
div.DivClassName
{
background-color: #55DAE6;
}
.BgClassName
{
background-color: #55DAE6;
}
</style>
border-color css
<style>
span { border-color: #55DAE6; }
span { border-color: rgb(85,218,230); }
td.TdClassName
{
border-color: #55DAE6;
}
.TagClassName
{
border-color: #55DAE6;
}
</style>