Shades of Turquoise Blue #55E2FD
Tints of Turquoise Blue #55E2FD
RGB
CMYK
RGB Variations
Color information
#55E2FD (or 0x55E2FD) is known color: Turquoise Blue. HEX triplet: 55, E2 and FD. RGB value is (85,226,253). Sum of RGB (Red+Green+Blue) = 85+226+253=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #55E2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55E2FD is #AA1D02. Grayscale: #BABABA. Windows color (decimal): -11148547 or 16638549. OLE color: 16638549.
HSL color Cylindrical-coordinate representation of color #55E2FD: hue angle of 189.64º 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 #55E2FD is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 226 | 253 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.01 |
| HSL | 189.64º | 0.98% | 0.66% | - |
| HSV(B) | 189.64º | 0.66% | 0.99% | - |
| XYZ | 48.67 | 63.42 | 102.6 | - |
| YUV | 186.92 | 165.29 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 253 | 0.66 | 0.11 | 0 | 0.01 | 189.64 | 0.98 | 0.66 |
| Hex | 55 | E2 | FD | 42 | B | 0 | 1 | BE | 62 | 42 |
| Octal | 125 | 342 | 375 | 102 | 13 | 0 | 1 | 276 | 142 | 102 |
| Binary | 1010101 | 11100010 | 11111101 | 1000010 | 1011 | 0 | 1 | 10111110 | 1100010 | 1000010 |
Color Harmonies of #55E2FD
Complementary color
Monochromatic Colors of #55E2FD
Black with #55E2FD
Text Example
Text Example
White with #55E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E2FD; }
p { color: rgb(85,226,253); }
H1.HeaderClassName
{
color: #55E2FD;
}
.AnyTagClassName
{
color: #55E2FD;
}
</style>
background-color css
<style>
a { background-color: #55E2FD; }
a { background-color: rgb(85,226,253); }
div.DivClassName
{
background-color: #55E2FD;
}
.BgClassName
{
background-color: #55E2FD;
}
</style>
border-color css
<style>
span { border-color: #55E2FD; }
span { border-color: rgb(85,226,253); }
td.TdClassName
{
border-color: #55E2FD;
}
.TagClassName
{
border-color: #55E2FD;
}
</style>