Shades of Turquoise Blue #55D3E1
Tints of Turquoise Blue #55D3E1
RGB
CMYK
RGB Variations
Color information
#55D3E1 (or 0x55D3E1) is known color: Turquoise Blue. HEX triplet: 55, D3 and E1. RGB value is (85,211,225). Sum of RGB (Red+Green+Blue) = 85+211+225=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #55D3E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D3E1 is #AA2C1E. Grayscale: #AEAEAE. Windows color (decimal): -11152415 or 14799701. OLE color: 14799701.
HSL color Cylindrical-coordinate representation of color #55D3E1: hue angle of 186º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D3E1 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 211 | 225 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.12 |
| HSL | 186º | 0.7% | 0.61% | - |
| HSV(B) | 186º | 0.62% | 0.88% | - |
| XYZ | 40.63 | 53.96 | 79.51 | - |
| YUV | 174.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 225 | 0.62 | 0.06 | 0 | 0.12 | 186 | 0.7 | 0.61 |
| Hex | 55 | D3 | E1 | 3E | 6 | 0 | C | BA | 46 | 3D |
| Octal | 125 | 323 | 341 | 76 | 6 | 0 | 14 | 272 | 106 | 75 |
| Binary | 1010101 | 11010011 | 11100001 | 111110 | 110 | 0 | 1100 | 10111010 | 1000110 | 111101 |
Color Harmonies of #55D3E1
Complementary color
Monochromatic Colors of #55D3E1
Black with #55D3E1
Text Example
Text Example
White with #55D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D3E1; }
p { color: rgb(85,211,225); }
H1.HeaderClassName
{
color: #55D3E1;
}
.AnyTagClassName
{
color: #55D3E1;
}
</style>
background-color css
<style>
a { background-color: #55D3E1; }
a { background-color: rgb(85,211,225); }
div.DivClassName
{
background-color: #55D3E1;
}
.BgClassName
{
background-color: #55D3E1;
}
</style>
border-color css
<style>
span { border-color: #55D3E1; }
span { border-color: rgb(85,211,225); }
td.TdClassName
{
border-color: #55D3E1;
}
.TagClassName
{
border-color: #55D3E1;
}
</style>