Shades of Turquoise Blue #55DAEA
Tints of Turquoise Blue #55DAEA
RGB
CMYK
RGB Variations
Color information
#55DAEA (or 0x55DAEA) is known color: Turquoise Blue. HEX triplet: 55, DA and EA. RGB value is (85,218,234). Sum of RGB (Red+Green+Blue) = 85+218+234=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #55DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DAEA is #AA2515. Grayscale: #B3B3B3. Windows color (decimal): -11150614 or 15391317. OLE color: 15391317.
HSL color Cylindrical-coordinate representation of color #55DAEA: hue angle of 186.44º degrees, saturation: 0.78, 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 #55DAEA is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 218 | 234 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.08 |
| HSL | 186.44º | 0.78% | 0.63% | - |
| HSV(B) | 186.44º | 0.64% | 0.92% | - |
| XYZ | 43.67 | 58.01 | 86.74 | - |
| YUV | 180.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 234 | 0.64 | 0.07 | 0 | 0.08 | 186.44 | 0.78 | 0.63 |
| Hex | 55 | DA | EA | 40 | 7 | 0 | 8 | BA | 4E | 3F |
| Octal | 125 | 332 | 352 | 100 | 7 | 0 | 10 | 272 | 116 | 77 |
| Binary | 1010101 | 11011010 | 11101010 | 1000000 | 111 | 0 | 1000 | 10111010 | 1001110 | 111111 |
Color Harmonies of #55DAEA
Complementary color
Monochromatic Colors of #55DAEA
Black with #55DAEA
Text Example
Text Example
White with #55DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAEA; }
p { color: rgb(85,218,234); }
H1.HeaderClassName
{
color: #55DAEA;
}
.AnyTagClassName
{
color: #55DAEA;
}
</style>
background-color css
<style>
a { background-color: #55DAEA; }
a { background-color: rgb(85,218,234); }
div.DivClassName
{
background-color: #55DAEA;
}
.BgClassName
{
background-color: #55DAEA;
}
</style>
border-color css
<style>
span { border-color: #55DAEA; }
span { border-color: rgb(85,218,234); }
td.TdClassName
{
border-color: #55DAEA;
}
.TagClassName
{
border-color: #55DAEA;
}
</style>