Shades of Turquoise Blue #55DCFD
Tints of Turquoise Blue #55DCFD
RGB
CMYK
RGB Variations
Color information
#55DCFD (or 0x55DCFD) is known color: Turquoise Blue. HEX triplet: 55, DC and FD. RGB value is (85,220,253). Sum of RGB (Red+Green+Blue) = 85+220+253=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #55DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCFD is #AA2302. Grayscale: #B7B7B7. Windows color (decimal): -11150083 or 16637013. OLE color: 16637013.
HSL color Cylindrical-coordinate representation of color #55DCFD: hue angle of 191.79º 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 #55DCFD is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 220 | 253 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.01 |
| HSL | 191.79º | 0.98% | 0.66% | - |
| HSV(B) | 191.79º | 0.66% | 0.99% | - |
| XYZ | 47.07 | 60.21 | 102.07 | - |
| YUV | 183.4 | 167.27 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 253 | 0.66 | 0.13 | 0 | 0.01 | 191.79 | 0.98 | 0.66 |
| Hex | 55 | DC | FD | 42 | D | 0 | 1 | C0 | 62 | 42 |
| Octal | 125 | 334 | 375 | 102 | 15 | 0 | 1 | 300 | 142 | 102 |
| Binary | 1010101 | 11011100 | 11111101 | 1000010 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000010 |
Color Harmonies of #55DCFD
Complementary color
Monochromatic Colors of #55DCFD
Black with #55DCFD
Text Example
Text Example
White with #55DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCFD; }
p { color: rgb(85,220,253); }
H1.HeaderClassName
{
color: #55DCFD;
}
.AnyTagClassName
{
color: #55DCFD;
}
</style>
background-color css
<style>
a { background-color: #55DCFD; }
a { background-color: rgb(85,220,253); }
div.DivClassName
{
background-color: #55DCFD;
}
.BgClassName
{
background-color: #55DCFD;
}
</style>
border-color css
<style>
span { border-color: #55DCFD; }
span { border-color: rgb(85,220,253); }
td.TdClassName
{
border-color: #55DCFD;
}
.TagClassName
{
border-color: #55DCFD;
}
</style>