Shades of Turquoise Blue #55EDF5
Tints of Turquoise Blue #55EDF5
RGB
CMYK
RGB Variations
Color information
#55EDF5 (or 0x55EDF5) is known color: Turquoise Blue. HEX triplet: 55, ED and F5. RGB value is (85,237,245). Sum of RGB (Red+Green+Blue) = 85+237+245=567 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.99% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #55EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDF5 is #AA120A. Grayscale: #C0C0C0. Windows color (decimal): -11145739 or 16117077. OLE color: 16117077.
HSL color Cylindrical-coordinate representation of color #55EDF5: hue angle of 183º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55EDF5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 237 | 245 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.04 |
| HSL | 183º | 0.89% | 0.65% | - |
| HSV(B) | 183º | 0.65% | 0.96% | - |
| XYZ | 50.51 | 69.09 | 97.06 | - |
| YUV | 192.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 245 | 0.65 | 0.03 | 0 | 0.04 | 183 | 0.89 | 0.65 |
| Hex | 55 | ED | F5 | 41 | 3 | 0 | 4 | B7 | 59 | 41 |
| Octal | 125 | 355 | 365 | 101 | 3 | 0 | 4 | 267 | 131 | 101 |
| Binary | 1010101 | 11101101 | 11110101 | 1000001 | 11 | 0 | 100 | 10110111 | 1011001 | 1000001 |
Color Harmonies of #55EDF5
Complementary color
Monochromatic Colors of #55EDF5
Black with #55EDF5
Text Example
Text Example
White with #55EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDF5; }
p { color: rgb(85,237,245); }
H1.HeaderClassName
{
color: #55EDF5;
}
.AnyTagClassName
{
color: #55EDF5;
}
</style>
background-color css
<style>
a { background-color: #55EDF5; }
a { background-color: rgb(85,237,245); }
div.DivClassName
{
background-color: #55EDF5;
}
.BgClassName
{
background-color: #55EDF5;
}
</style>
border-color css
<style>
span { border-color: #55EDF5; }
span { border-color: rgb(85,237,245); }
td.TdClassName
{
border-color: #55EDF5;
}
.TagClassName
{
border-color: #55EDF5;
}
</style>