Shades of Turquoise Blue #55D1EB
Tints of Turquoise Blue #55D1EB
RGB
CMYK
RGB Variations
Color information
#55D1EB (or 0x55D1EB) is known color: Turquoise Blue. HEX triplet: 55, D1 and EB. RGB value is (85,209,235). Sum of RGB (Red+Green+Blue) = 85+209+235=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #55D1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D1EB is #AA2E14. Grayscale: #AEAEAE. Windows color (decimal): -11152917 or 15454549. OLE color: 15454549.
HSL color Cylindrical-coordinate representation of color #55D1EB: hue angle of 190.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D1EB is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 209 | 235 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.08 |
| HSL | 190.4º | 0.79% | 0.63% | - |
| HSV(B) | 190.4º | 0.64% | 0.92% | - |
| XYZ | 41.54 | 53.53 | 86.74 | - |
| YUV | 174.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 235 | 0.64 | 0.11 | 0 | 0.08 | 190.4 | 0.79 | 0.63 |
| Hex | 55 | D1 | EB | 40 | B | 0 | 8 | BE | 4F | 3F |
| Octal | 125 | 321 | 353 | 100 | 13 | 0 | 10 | 276 | 117 | 77 |
| Binary | 1010101 | 11010001 | 11101011 | 1000000 | 1011 | 0 | 1000 | 10111110 | 1001111 | 111111 |
Color Harmonies of #55D1EB
Complementary color
Monochromatic Colors of #55D1EB
Black with #55D1EB
Text Example
Text Example
White with #55D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1EB; }
p { color: rgb(85,209,235); }
H1.HeaderClassName
{
color: #55D1EB;
}
.AnyTagClassName
{
color: #55D1EB;
}
</style>
background-color css
<style>
a { background-color: #55D1EB; }
a { background-color: rgb(85,209,235); }
div.DivClassName
{
background-color: #55D1EB;
}
.BgClassName
{
background-color: #55D1EB;
}
</style>
border-color css
<style>
span { border-color: #55D1EB; }
span { border-color: rgb(85,209,235); }
td.TdClassName
{
border-color: #55D1EB;
}
.TagClassName
{
border-color: #55D1EB;
}
</style>