Shades of Turquoise Blue #55EAE5
Tints of Turquoise Blue #55EAE5
RGB
CMYK
RGB Variations
Color information
#55EAE5 (or 0x55EAE5) is known color: Turquoise Blue. HEX triplet: 55, EA and E5. RGB value is (85,234,229). Sum of RGB (Red+Green+Blue) = 85+234+229=548 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.51% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #55EAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EAE5 is #AA151A. Grayscale: #BCBCBC. Windows color (decimal): -11146523 or 15067733. OLE color: 15067733.
HSL color Cylindrical-coordinate representation of color #55EAE5: hue angle of 177.99º 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 #55EAE5 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 229 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.08 |
| HSL | 177.99º | 0.78% | 0.63% | - |
| HSV(B) | 177.99º | 0.64% | 0.92% | - |
| XYZ | 47.31 | 66.43 | 84.46 | - |
| YUV | 188.88 | 150.64 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 229 | 0.64 | 0 | 0.02 | 0.08 | 177.99 | 0.78 | 0.63 |
| Hex | 55 | EA | E5 | 40 | 0 | 2 | 8 | B2 | 4E | 3F |
| Octal | 125 | 352 | 345 | 100 | 0 | 2 | 10 | 262 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11100101 | 1000000 | 0 | 10 | 1000 | 10110010 | 1001110 | 111111 |
Color Harmonies of #55EAE5
Complementary color
Monochromatic Colors of #55EAE5
Black with #55EAE5
Text Example
Text Example
White with #55EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EAE5; }
p { color: rgb(85,234,229); }
H1.HeaderClassName
{
color: #55EAE5;
}
.AnyTagClassName
{
color: #55EAE5;
}
</style>
background-color css
<style>
a { background-color: #55EAE5; }
a { background-color: rgb(85,234,229); }
div.DivClassName
{
background-color: #55EAE5;
}
.BgClassName
{
background-color: #55EAE5;
}
</style>
border-color css
<style>
span { border-color: #55EAE5; }
span { border-color: rgb(85,234,229); }
td.TdClassName
{
border-color: #55EAE5;
}
.TagClassName
{
border-color: #55EAE5;
}
</style>