Shades of Turquoise Blue #55D1EA
Tints of Turquoise Blue #55D1EA
RGB
CMYK
RGB Variations
Color information
#55D1EA (or 0x55D1EA) is known color: Turquoise Blue. HEX triplet: 55, D1 and EA. RGB value is (85,209,234). Sum of RGB (Red+Green+Blue) = 85+209+234=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #55D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D1EA is #AA2E15. Grayscale: #AEAEAE. Windows color (decimal): -11152918 or 15389013. OLE color: 15389013.
HSL color Cylindrical-coordinate representation of color #55D1EA: hue angle of 190.07º degrees, saturation: 0.78, 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 #55D1EA is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 209 | 234 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.08 |
| HSL | 190.07º | 0.78% | 0.63% | - |
| HSV(B) | 190.07º | 0.64% | 0.92% | - |
| XYZ | 41.4 | 53.47 | 85.98 | - |
| YUV | 174.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 234 | 0.64 | 0.11 | 0 | 0.08 | 190.07 | 0.78 | 0.63 |
| Hex | 55 | D1 | EA | 40 | B | 0 | 8 | BE | 4E | 3F |
| Octal | 125 | 321 | 352 | 100 | 13 | 0 | 10 | 276 | 116 | 77 |
| Binary | 1010101 | 11010001 | 11101010 | 1000000 | 1011 | 0 | 1000 | 10111110 | 1001110 | 111111 |
Color Harmonies of #55D1EA
Complementary color
Monochromatic Colors of #55D1EA
Black with #55D1EA
Text Example
Text Example
White with #55D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1EA; }
p { color: rgb(85,209,234); }
H1.HeaderClassName
{
color: #55D1EA;
}
.AnyTagClassName
{
color: #55D1EA;
}
</style>
background-color css
<style>
a { background-color: #55D1EA; }
a { background-color: rgb(85,209,234); }
div.DivClassName
{
background-color: #55D1EA;
}
.BgClassName
{
background-color: #55D1EA;
}
</style>
border-color css
<style>
span { border-color: #55D1EA; }
span { border-color: rgb(85,209,234); }
td.TdClassName
{
border-color: #55D1EA;
}
.TagClassName
{
border-color: #55D1EA;
}
</style>