Shades of Turquoise Blue #57D9E6
Tints of Turquoise Blue #57D9E6
RGB
CMYK
RGB Variations
Color information
#57D9E6 (or 0x57D9E6) is known color: Turquoise Blue. HEX triplet: 57, D9 and E6. RGB value is (87,217,230). Sum of RGB (Red+Green+Blue) = 87+217+230=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #57D9E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D9E6 is #A82619. Grayscale: #B3B3B3. Windows color (decimal): -11019802 or 15128919. OLE color: 15128919.
HSL color Cylindrical-coordinate representation of color #57D9E6: hue angle of 185.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57D9E6 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 217 | 230 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.10 |
| HSL | 185.45º | 0.74% | 0.62% | - |
| HSV(B) | 185.45º | 0.62% | 0.9% | - |
| XYZ | 43.03 | 57.37 | 83.67 | - |
| YUV | 179.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 217 | 230 | 0.62 | 0.06 | 0 | 0.10 | 185.45 | 0.74 | 0.62 |
| Hex | 57 | D9 | E6 | 3E | 6 | 0 | A | B9 | 4A | 3E |
| Octal | 127 | 331 | 346 | 76 | 6 | 0 | 12 | 271 | 112 | 76 |
| Binary | 1010111 | 11011001 | 11100110 | 111110 | 110 | 0 | 1010 | 10111001 | 1001010 | 111110 |
Color Harmonies of #57D9E6
Complementary color
Monochromatic Colors of #57D9E6
Black with #57D9E6
Text Example
Text Example
White with #57D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D9E6; }
p { color: rgb(87,217,230); }
H1.HeaderClassName
{
color: #57D9E6;
}
.AnyTagClassName
{
color: #57D9E6;
}
</style>
background-color css
<style>
a { background-color: #57D9E6; }
a { background-color: rgb(87,217,230); }
div.DivClassName
{
background-color: #57D9E6;
}
.BgClassName
{
background-color: #57D9E6;
}
</style>
border-color css
<style>
span { border-color: #57D9E6; }
span { border-color: rgb(87,217,230); }
td.TdClassName
{
border-color: #57D9E6;
}
.TagClassName
{
border-color: #57D9E6;
}
</style>