Shades of Turquoise Blue #57EFE5
Tints of Turquoise Blue #57EFE5
RGB
CMYK
RGB Variations
Color information
#57EFE5 (or 0x57EFE5) is known color: Turquoise Blue. HEX triplet: 57, EF and E5. RGB value is (87,239,229). Sum of RGB (Red+Green+Blue) = 87+239+229=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFE5 is #A8101A. Grayscale: #C0C0C0. Windows color (decimal): -11014171 or 15069015. OLE color: 15069015.
HSL color Cylindrical-coordinate representation of color #57EFE5: hue angle of 176.05º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFE5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 239 | 229 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.06 |
| HSL | 176.05º | 0.83% | 0.64% | - |
| HSV(B) | 176.05º | 0.64% | 0.94% | - |
| XYZ | 48.94 | 69.42 | 84.95 | - |
| YUV | 192.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 229 | 0.64 | 0 | 0.04 | 0.06 | 176.05 | 0.83 | 0.64 |
| Hex | 57 | EF | E5 | 40 | 0 | 4 | 6 | B0 | 53 | 40 |
| Octal | 127 | 357 | 345 | 100 | 0 | 4 | 6 | 260 | 123 | 100 |
| Binary | 1010111 | 11101111 | 11100101 | 1000000 | 0 | 100 | 110 | 10110000 | 1010011 | 1000000 |
Color Harmonies of #57EFE5
Complementary color
Monochromatic Colors of #57EFE5
Black with #57EFE5
Text Example
Text Example
White with #57EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFE5; }
p { color: rgb(87,239,229); }
H1.HeaderClassName
{
color: #57EFE5;
}
.AnyTagClassName
{
color: #57EFE5;
}
</style>
background-color css
<style>
a { background-color: #57EFE5; }
a { background-color: rgb(87,239,229); }
div.DivClassName
{
background-color: #57EFE5;
}
.BgClassName
{
background-color: #57EFE5;
}
</style>
border-color css
<style>
span { border-color: #57EFE5; }
span { border-color: rgb(87,239,229); }
td.TdClassName
{
border-color: #57EFE5;
}
.TagClassName
{
border-color: #57EFE5;
}
</style>