Shades of Turquoise Blue #55D9FC
Tints of Turquoise Blue #55D9FC
RGB
CMYK
RGB Variations
Color information
#55D9FC (or 0x55D9FC) is known color: Turquoise Blue. HEX triplet: 55, D9 and FC. RGB value is (85,217,252). Sum of RGB (Red+Green+Blue) = 85+217+252=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #55D9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D9FC is #AA2603. Grayscale: #B5B5B5. Windows color (decimal): -11150852 or 16570709. OLE color: 16570709.
HSL color Cylindrical-coordinate representation of color #55D9FC: hue angle of 192.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D9FC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 217 | 252 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.01 |
| HSL | 192.57º | 0.97% | 0.66% | - |
| HSV(B) | 192.57º | 0.66% | 0.99% | - |
| XYZ | 46.13 | 58.59 | 100.97 | - |
| YUV | 181.52 | 167.77 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 252 | 0.66 | 0.14 | 0 | 0.01 | 192.57 | 0.97 | 0.66 |
| Hex | 55 | D9 | FC | 42 | E | 0 | 1 | C1 | 61 | 42 |
| Octal | 125 | 331 | 374 | 102 | 16 | 0 | 1 | 301 | 141 | 102 |
| Binary | 1010101 | 11011001 | 11111100 | 1000010 | 1110 | 0 | 1 | 11000001 | 1100001 | 1000010 |
Color Harmonies of #55D9FC
Complementary color
Monochromatic Colors of #55D9FC
Black with #55D9FC
Text Example
Text Example
White with #55D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9FC; }
p { color: rgb(85,217,252); }
H1.HeaderClassName
{
color: #55D9FC;
}
.AnyTagClassName
{
color: #55D9FC;
}
</style>
background-color css
<style>
a { background-color: #55D9FC; }
a { background-color: rgb(85,217,252); }
div.DivClassName
{
background-color: #55D9FC;
}
.BgClassName
{
background-color: #55D9FC;
}
</style>
border-color css
<style>
span { border-color: #55D9FC; }
span { border-color: rgb(85,217,252); }
td.TdClassName
{
border-color: #55D9FC;
}
.TagClassName
{
border-color: #55D9FC;
}
</style>