Shades of Turquoise Blue #57D0F1
Tints of Turquoise Blue #57D0F1
RGB
CMYK
RGB Variations
Color information
#57D0F1 (or 0x57D0F1) is known color: Turquoise Blue. HEX triplet: 57, D0 and F1. RGB value is (87,208,241). Sum of RGB (Red+Green+Blue) = 87+208+241=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #57D0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D0F1 is #A82F0E. Grayscale: #AFAFAF. Windows color (decimal): -11022095 or 15847511. OLE color: 15847511.
HSL color Cylindrical-coordinate representation of color #57D0F1: hue angle of 192.86º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57D0F1 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 208 | 241 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.05 |
| HSL | 192.86º | 0.85% | 0.64% | - |
| HSV(B) | 192.86º | 0.64% | 0.95% | - |
| XYZ | 42.36 | 53.49 | 91.31 | - |
| YUV | 175.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 241 | 0.64 | 0.14 | 0 | 0.05 | 192.86 | 0.85 | 0.64 |
| Hex | 57 | D0 | F1 | 40 | E | 0 | 5 | C1 | 55 | 40 |
| Octal | 127 | 320 | 361 | 100 | 16 | 0 | 5 | 301 | 125 | 100 |
| Binary | 1010111 | 11010000 | 11110001 | 1000000 | 1110 | 0 | 101 | 11000001 | 1010101 | 1000000 |
Color Harmonies of #57D0F1
Complementary color
Monochromatic Colors of #57D0F1
Black with #57D0F1
Text Example
Text Example
White with #57D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0F1; }
p { color: rgb(87,208,241); }
H1.HeaderClassName
{
color: #57D0F1;
}
.AnyTagClassName
{
color: #57D0F1;
}
</style>
background-color css
<style>
a { background-color: #57D0F1; }
a { background-color: rgb(87,208,241); }
div.DivClassName
{
background-color: #57D0F1;
}
.BgClassName
{
background-color: #57D0F1;
}
</style>
border-color css
<style>
span { border-color: #57D0F1; }
span { border-color: rgb(87,208,241); }
td.TdClassName
{
border-color: #57D0F1;
}
.TagClassName
{
border-color: #57D0F1;
}
</style>