Shades of Turquoise Blue #55EDF2
Tints of Turquoise Blue #55EDF2
RGB
CMYK
RGB Variations
Color information
#55EDF2 (or 0x55EDF2) is known color: Turquoise Blue. HEX triplet: 55, ED and F2. RGB value is (85,237,242). Sum of RGB (Red+Green+Blue) = 85+237+242=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #55EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDF2 is #AA120D. Grayscale: #BFBFBF. Windows color (decimal): -11145742 or 15920469. OLE color: 15920469.
HSL color Cylindrical-coordinate representation of color #55EDF2: hue angle of 181.91º 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 #55EDF2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 237 | 242 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.05 |
| HSL | 181.91º | 0.86% | 0.64% | - |
| HSV(B) | 181.91º | 0.65% | 0.95% | - |
| XYZ | 50.06 | 68.91 | 94.67 | - |
| YUV | 192.12 | 156.14 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 242 | 0.65 | 0.02 | 0 | 0.05 | 181.91 | 0.86 | 0.64 |
| Hex | 55 | ED | F2 | 41 | 2 | 0 | 5 | B6 | 56 | 40 |
| Octal | 125 | 355 | 362 | 101 | 2 | 0 | 5 | 266 | 126 | 100 |
| Binary | 1010101 | 11101101 | 11110010 | 1000001 | 10 | 0 | 101 | 10110110 | 1010110 | 1000000 |
Color Harmonies of #55EDF2
Complementary color
Monochromatic Colors of #55EDF2
Black with #55EDF2
Text Example
Text Example
White with #55EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDF2; }
p { color: rgb(85,237,242); }
H1.HeaderClassName
{
color: #55EDF2;
}
.AnyTagClassName
{
color: #55EDF2;
}
</style>
background-color css
<style>
a { background-color: #55EDF2; }
a { background-color: rgb(85,237,242); }
div.DivClassName
{
background-color: #55EDF2;
}
.BgClassName
{
background-color: #55EDF2;
}
</style>
border-color css
<style>
span { border-color: #55EDF2; }
span { border-color: rgb(85,237,242); }
td.TdClassName
{
border-color: #55EDF2;
}
.TagClassName
{
border-color: #55EDF2;
}
</style>