Shades of Turquoise Blue #55DAFE
Tints of Turquoise Blue #55DAFE
RGB
CMYK
RGB Variations
Color information
#55DAFE (or 0x55DAFE) is known color: Turquoise Blue. HEX triplet: 55, DA and FE. RGB value is (85,218,254). Sum of RGB (Red+Green+Blue) = 85+218+254=557 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.26% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #55DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DAFE is #AA2501. Grayscale: #B6B6B6. Windows color (decimal): -11150594 or 16702037. OLE color: 16702037.
HSL color Cylindrical-coordinate representation of color #55DAFE: hue angle of 192.78º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DAFE is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 218 | 254 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.00 |
| HSL | 192.78º | 0.99% | 0.66% | - |
| HSV(B) | 192.78º | 0.67% | 1% | - |
| XYZ | 46.71 | 59.23 | 102.74 | - |
| YUV | 182.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 254 | 0.67 | 0.14 | 0 | 0.00 | 192.78 | 0.99 | 0.66 |
| Hex | 55 | DA | FE | 43 | E | 0 | 0 | C1 | 63 | 42 |
| Octal | 125 | 332 | 376 | 103 | 16 | 0 | 0 | 301 | 143 | 102 |
| Binary | 1010101 | 11011010 | 11111110 | 1000011 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000010 |
Color Harmonies of #55DAFE
Complementary color
Monochromatic Colors of #55DAFE
Black with #55DAFE
Text Example
Text Example
White with #55DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAFE; }
p { color: rgb(85,218,254); }
H1.HeaderClassName
{
color: #55DAFE;
}
.AnyTagClassName
{
color: #55DAFE;
}
</style>
background-color css
<style>
a { background-color: #55DAFE; }
a { background-color: rgb(85,218,254); }
div.DivClassName
{
background-color: #55DAFE;
}
.BgClassName
{
background-color: #55DAFE;
}
</style>
border-color css
<style>
span { border-color: #55DAFE; }
span { border-color: rgb(85,218,254); }
td.TdClassName
{
border-color: #55DAFE;
}
.TagClassName
{
border-color: #55DAFE;
}
</style>