Shades of Turquoise Blue #55EAF2
Tints of Turquoise Blue #55EAF2
RGB
CMYK
RGB Variations
Color information
#55EAF2 (or 0x55EAF2) is known color: Turquoise Blue. HEX triplet: 55, EA and F2. RGB value is (85,234,242). Sum of RGB (Red+Green+Blue) = 85+234+242=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #55EAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EAF2 is #AA150D. Grayscale: #BEBEBE. Windows color (decimal): -11146510 or 15919701. OLE color: 15919701.
HSL color Cylindrical-coordinate representation of color #55EAF2: hue angle of 183.06º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55EAF2 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 234 | 242 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.05 |
| HSL | 183.06º | 0.86% | 0.64% | - |
| HSV(B) | 183.06º | 0.65% | 0.95% | - |
| XYZ | 49.2 | 67.19 | 94.38 | - |
| YUV | 190.36 | 157.14 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 242 | 0.65 | 0.03 | 0 | 0.05 | 183.06 | 0.86 | 0.64 |
| Hex | 55 | EA | F2 | 41 | 3 | 0 | 5 | B7 | 56 | 40 |
| Octal | 125 | 352 | 362 | 101 | 3 | 0 | 5 | 267 | 126 | 100 |
| Binary | 1010101 | 11101010 | 11110010 | 1000001 | 11 | 0 | 101 | 10110111 | 1010110 | 1000000 |
Color Harmonies of #55EAF2
Complementary color
Monochromatic Colors of #55EAF2
Black with #55EAF2
Text Example
Text Example
White with #55EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EAF2; }
p { color: rgb(85,234,242); }
H1.HeaderClassName
{
color: #55EAF2;
}
.AnyTagClassName
{
color: #55EAF2;
}
</style>
background-color css
<style>
a { background-color: #55EAF2; }
a { background-color: rgb(85,234,242); }
div.DivClassName
{
background-color: #55EAF2;
}
.BgClassName
{
background-color: #55EAF2;
}
</style>
border-color css
<style>
span { border-color: #55EAF2; }
span { border-color: rgb(85,234,242); }
td.TdClassName
{
border-color: #55EAF2;
}
.TagClassName
{
border-color: #55EAF2;
}
</style>