Shades of Turquoise Blue #55D8FF
Tints of Turquoise Blue #55D8FF
RGB
CMYK
RGB Variations
Color information
#55D8FF (or 0x55D8FF) is known color: Turquoise Blue. HEX triplet: 55, D8 and FF. RGB value is (85,216,255). Sum of RGB (Red+Green+Blue) = 85+216+255=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #55D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8FF is #AA2700. Grayscale: #B4B4B4. Windows color (decimal): -11151105 or 16767061. OLE color: 16767061.
HSL color Cylindrical-coordinate representation of color #55D8FF: hue angle of 193.76º 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 #55D8FF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 216 | 255 | - |
| CMYK | 0.67 | 0.15 | 0 | 0 |
| HSL | 193.76º | 1% | 0.67% | - |
| HSV(B) | 193.76º | 0.67% | 1% | - |
| XYZ | 46.35 | 58.26 | 103.41 | - |
| YUV | 181.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 255 | 0.67 | 0.15 | 0 | 0 | 193.76 | 1 | 0.67 |
| Hex | 55 | D8 | FF | 43 | F | 0 | 0 | C2 | 64 | 43 |
| Octal | 125 | 330 | 377 | 103 | 17 | 0 | 0 | 302 | 144 | 103 |
| Binary | 1010101 | 11011000 | 11111111 | 1000011 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000011 |
Color Harmonies of #55D8FF
Complementary color
Monochromatic Colors of #55D8FF
Black with #55D8FF
Text Example
Text Example
White with #55D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D8FF; }
p { color: rgb(85,216,255); }
H1.HeaderClassName
{
color: #55D8FF;
}
.AnyTagClassName
{
color: #55D8FF;
}
</style>
background-color css
<style>
a { background-color: #55D8FF; }
a { background-color: rgb(85,216,255); }
div.DivClassName
{
background-color: #55D8FF;
}
.BgClassName
{
background-color: #55D8FF;
}
</style>
border-color css
<style>
span { border-color: #55D8FF; }
span { border-color: rgb(85,216,255); }
td.TdClassName
{
border-color: #55D8FF;
}
.TagClassName
{
border-color: #55D8FF;
}
</style>