Shades of Turquoise Blue #55D3FD
Tints of Turquoise Blue #55D3FD
RGB
CMYK
RGB Variations
Color information
#55D3FD (or 0x55D3FD) is known color: Turquoise Blue. HEX triplet: 55, D3 and FD. RGB value is (85,211,253). Sum of RGB (Red+Green+Blue) = 85+211+253=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #55D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D3FD is #AA2C02. Grayscale: #B1B1B1. Windows color (decimal): -11152387 or 16634709. OLE color: 16634709.
HSL color Cylindrical-coordinate representation of color #55D3FD: hue angle of 195º degrees, saturation: 0.98, 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 #55D3FD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 211 | 253 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.01 |
| HSL | 195º | 0.98% | 0.66% | - |
| HSV(B) | 195º | 0.66% | 0.99% | - |
| XYZ | 44.77 | 55.61 | 101.3 | - |
| YUV | 178.11 | 170.26 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 253 | 0.66 | 0.17 | 0 | 0.01 | 195 | 0.98 | 0.66 |
| Hex | 55 | D3 | FD | 42 | 11 | 0 | 1 | C3 | 62 | 42 |
| Octal | 125 | 323 | 375 | 102 | 21 | 0 | 1 | 303 | 142 | 102 |
| Binary | 1010101 | 11010011 | 11111101 | 1000010 | 10001 | 0 | 1 | 11000011 | 1100010 | 1000010 |
Color Harmonies of #55D3FD
Complementary color
Monochromatic Colors of #55D3FD
Black with #55D3FD
Text Example
Text Example
White with #55D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D3FD; }
p { color: rgb(85,211,253); }
H1.HeaderClassName
{
color: #55D3FD;
}
.AnyTagClassName
{
color: #55D3FD;
}
</style>
background-color css
<style>
a { background-color: #55D3FD; }
a { background-color: rgb(85,211,253); }
div.DivClassName
{
background-color: #55D3FD;
}
.BgClassName
{
background-color: #55D3FD;
}
</style>
border-color css
<style>
span { border-color: #55D3FD; }
span { border-color: rgb(85,211,253); }
td.TdClassName
{
border-color: #55D3FD;
}
.TagClassName
{
border-color: #55D3FD;
}
</style>