Shades of Turquoise Blue #55D1FD
Tints of Turquoise Blue #55D1FD
RGB
CMYK
RGB Variations
Color information
#55D1FD (or 0x55D1FD) is known color: Turquoise Blue. HEX triplet: 55, D1 and FD. RGB value is (85,209,253). Sum of RGB (Red+Green+Blue) = 85+209+253=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #55D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D1FD is #AA2E02. Grayscale: #B0B0B0. Windows color (decimal): -11152899 or 16634197. OLE color: 16634197.
HSL color Cylindrical-coordinate representation of color #55D1FD: hue angle of 195.71º 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 #55D1FD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 209 | 253 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.01 |
| HSL | 195.71º | 0.98% | 0.66% | - |
| HSV(B) | 195.71º | 0.66% | 0.99% | - |
| XYZ | 44.28 | 54.62 | 101.14 | - |
| YUV | 176.94 | 170.92 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 253 | 0.66 | 0.17 | 0 | 0.01 | 195.71 | 0.98 | 0.66 |
| Hex | 55 | D1 | FD | 42 | 11 | 0 | 1 | C4 | 62 | 42 |
| Octal | 125 | 321 | 375 | 102 | 21 | 0 | 1 | 304 | 142 | 102 |
| Binary | 1010101 | 11010001 | 11111101 | 1000010 | 10001 | 0 | 1 | 11000100 | 1100010 | 1000010 |
Color Harmonies of #55D1FD
Complementary color
Monochromatic Colors of #55D1FD
Black with #55D1FD
Text Example
Text Example
White with #55D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1FD; }
p { color: rgb(85,209,253); }
H1.HeaderClassName
{
color: #55D1FD;
}
.AnyTagClassName
{
color: #55D1FD;
}
</style>
background-color css
<style>
a { background-color: #55D1FD; }
a { background-color: rgb(85,209,253); }
div.DivClassName
{
background-color: #55D1FD;
}
.BgClassName
{
background-color: #55D1FD;
}
</style>
border-color css
<style>
span { border-color: #55D1FD; }
span { border-color: rgb(85,209,253); }
td.TdClassName
{
border-color: #55D1FD;
}
.TagClassName
{
border-color: #55D1FD;
}
</style>