Shades of Turquoise Blue #57EDF3
Tints of Turquoise Blue #57EDF3
RGB
CMYK
RGB Variations
Color information
#57EDF3 (or 0x57EDF3) is known color: Turquoise Blue. HEX triplet: 57, ED and F3. RGB value is (87,237,243). Sum of RGB (Red+Green+Blue) = 87+237+243=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #57EDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDF3 is #A8120C. Grayscale: #C0C0C0. Windows color (decimal): -11014669 or 15986007. OLE color: 15986007.
HSL color Cylindrical-coordinate representation of color #57EDF3: hue angle of 182.31º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EDF3 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 237 | 243 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.05 |
| HSL | 182.31º | 0.87% | 0.65% | - |
| HSV(B) | 182.31º | 0.64% | 0.95% | - |
| XYZ | 50.39 | 69.07 | 95.47 | - |
| YUV | 192.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 243 | 0.64 | 0.02 | 0 | 0.05 | 182.31 | 0.87 | 0.65 |
| Hex | 57 | ED | F3 | 40 | 2 | 0 | 5 | B6 | 57 | 41 |
| Octal | 127 | 355 | 363 | 100 | 2 | 0 | 5 | 266 | 127 | 101 |
| Binary | 1010111 | 11101101 | 11110011 | 1000000 | 10 | 0 | 101 | 10110110 | 1010111 | 1000001 |
Color Harmonies of #57EDF3
Complementary color
Monochromatic Colors of #57EDF3
Black with #57EDF3
Text Example
Text Example
White with #57EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDF3; }
p { color: rgb(87,237,243); }
H1.HeaderClassName
{
color: #57EDF3;
}
.AnyTagClassName
{
color: #57EDF3;
}
</style>
background-color css
<style>
a { background-color: #57EDF3; }
a { background-color: rgb(87,237,243); }
div.DivClassName
{
background-color: #57EDF3;
}
.BgClassName
{
background-color: #57EDF3;
}
</style>
border-color css
<style>
span { border-color: #57EDF3; }
span { border-color: rgb(87,237,243); }
td.TdClassName
{
border-color: #57EDF3;
}
.TagClassName
{
border-color: #57EDF3;
}
</style>