Shades of Turquoise Blue #55EAEA
Tints of Turquoise Blue #55EAEA
RGB
CMYK
RGB Variations
Color information
#55EAEA (or 0x55EAEA) is known color: Turquoise Blue. HEX triplet: 55, EA and EA. RGB value is (85,234,234). Sum of RGB (Red+Green+Blue) = 85+234+234=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #55EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EAEA is #AA1515. Grayscale: #BDBDBD. Windows color (decimal): -11146518 or 15395413. OLE color: 15395413.
HSL color Cylindrical-coordinate representation of color #55EAEA: hue angle of 180º 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 #55EAEA is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 234 | - |
| CMYK | 0.64 | 0 | 0 | 0.08 |
| HSL | 180º | 0.78% | 0.63% | - |
| HSV(B) | 180º | 0.64% | 0.92% | - |
| XYZ | 48.02 | 66.72 | 88.19 | - |
| YUV | 189.45 | 153.14 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 234 | 0.64 | 0 | 0 | 0.08 | 180 | 0.78 | 0.63 |
| Hex | 55 | EA | EA | 40 | 0 | 0 | 8 | B4 | 4E | 3F |
| Octal | 125 | 352 | 352 | 100 | 0 | 0 | 10 | 264 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11101010 | 1000000 | 0 | 0 | 1000 | 10110100 | 1001110 | 111111 |
Color Harmonies of #55EAEA
Complementary color
Monochromatic Colors of #55EAEA
Black with #55EAEA
Text Example
Text Example
White with #55EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EAEA; }
p { color: rgb(85,234,234); }
H1.HeaderClassName
{
color: #55EAEA;
}
.AnyTagClassName
{
color: #55EAEA;
}
</style>
background-color css
<style>
a { background-color: #55EAEA; }
a { background-color: rgb(85,234,234); }
div.DivClassName
{
background-color: #55EAEA;
}
.BgClassName
{
background-color: #55EAEA;
}
</style>
border-color css
<style>
span { border-color: #55EAEA; }
span { border-color: rgb(85,234,234); }
td.TdClassName
{
border-color: #55EAEA;
}
.TagClassName
{
border-color: #55EAEA;
}
</style>