Shades of Turquoise Blue #55D4FC
Tints of Turquoise Blue #55D4FC
RGB
CMYK
RGB Variations
Color information
#55D4FC (or 0x55D4FC) is known color: Turquoise Blue. HEX triplet: 55, D4 and FC. RGB value is (85,212,252). Sum of RGB (Red+Green+Blue) = 85+212+252=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #55D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D4FC is #AA2B03. Grayscale: #B2B2B2. Windows color (decimal): -11152132 or 16569429. OLE color: 16569429.
HSL color Cylindrical-coordinate representation of color #55D4FC: hue angle of 194.37º 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 #55D4FC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 212 | 252 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.01 |
| HSL | 194.37º | 0.97% | 0.66% | - |
| HSV(B) | 194.37º | 0.66% | 0.99% | - |
| XYZ | 44.86 | 56.05 | 100.55 | - |
| YUV | 178.59 | 169.42 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 252 | 0.66 | 0.16 | 0 | 0.01 | 194.37 | 0.97 | 0.66 |
| Hex | 55 | D4 | FC | 42 | 10 | 0 | 1 | C2 | 61 | 42 |
| Octal | 125 | 324 | 374 | 102 | 20 | 0 | 1 | 302 | 141 | 102 |
| Binary | 1010101 | 11010100 | 11111100 | 1000010 | 10000 | 0 | 1 | 11000010 | 1100001 | 1000010 |
Color Harmonies of #55D4FC
Complementary color
Monochromatic Colors of #55D4FC
Black with #55D4FC
Text Example
Text Example
White with #55D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4FC; }
p { color: rgb(85,212,252); }
H1.HeaderClassName
{
color: #55D4FC;
}
.AnyTagClassName
{
color: #55D4FC;
}
</style>
background-color css
<style>
a { background-color: #55D4FC; }
a { background-color: rgb(85,212,252); }
div.DivClassName
{
background-color: #55D4FC;
}
.BgClassName
{
background-color: #55D4FC;
}
</style>
border-color css
<style>
span { border-color: #55D4FC; }
span { border-color: rgb(85,212,252); }
td.TdClassName
{
border-color: #55D4FC;
}
.TagClassName
{
border-color: #55D4FC;
}
</style>