Shades of Turquoise Blue #57DCE6
Tints of Turquoise Blue #57DCE6
RGB
CMYK
RGB Variations
Color information
#57DCE6 (or 0x57DCE6) is known color: Turquoise Blue. HEX triplet: 57, DC and E6. RGB value is (87,220,230). Sum of RGB (Red+Green+Blue) = 87+220+230=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #57DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCE6 is #A82319. Grayscale: #B5B5B5. Windows color (decimal): -11019034 or 15129687. OLE color: 15129687.
HSL color Cylindrical-coordinate representation of color #57DCE6: hue angle of 184.2º 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 #57DCE6 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 220 | 230 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.10 |
| HSL | 184.2º | 0.74% | 0.62% | - |
| HSV(B) | 184.2º | 0.62% | 0.9% | - |
| XYZ | 43.81 | 58.93 | 83.93 | - |
| YUV | 181.37 | 155.44 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 230 | 0.62 | 0.04 | 0 | 0.10 | 184.2 | 0.74 | 0.62 |
| Hex | 57 | DC | E6 | 3E | 4 | 0 | A | B8 | 4A | 3E |
| Octal | 127 | 334 | 346 | 76 | 4 | 0 | 12 | 270 | 112 | 76 |
| Binary | 1010111 | 11011100 | 11100110 | 111110 | 100 | 0 | 1010 | 10111000 | 1001010 | 111110 |
Color Harmonies of #57DCE6
Complementary color
Monochromatic Colors of #57DCE6
Black with #57DCE6
Text Example
Text Example
White with #57DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCE6; }
p { color: rgb(87,220,230); }
H1.HeaderClassName
{
color: #57DCE6;
}
.AnyTagClassName
{
color: #57DCE6;
}
</style>
background-color css
<style>
a { background-color: #57DCE6; }
a { background-color: rgb(87,220,230); }
div.DivClassName
{
background-color: #57DCE6;
}
.BgClassName
{
background-color: #57DCE6;
}
</style>
border-color css
<style>
span { border-color: #57DCE6; }
span { border-color: rgb(87,220,230); }
td.TdClassName
{
border-color: #57DCE6;
}
.TagClassName
{
border-color: #57DCE6;
}
</style>