Shades of Turquoise Blue #57CDE6
Tints of Turquoise Blue #57CDE6
RGB
CMYK
RGB Variations
Color information
#57CDE6 (or 0x57CDE6) is known color: Turquoise Blue. HEX triplet: 57, CD and E6. RGB value is (87,205,230). Sum of RGB (Red+Green+Blue) = 87+205+230=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #57CDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDE6 is #A83219. Grayscale: #ACACAC. Windows color (decimal): -11022874 or 15125847. OLE color: 15125847.
HSL color Cylindrical-coordinate representation of color #57CDE6: hue angle of 190.49º 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 #57CDE6 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 205 | 230 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.10 |
| HSL | 190.49º | 0.74% | 0.62% | - |
| HSV(B) | 190.49º | 0.62% | 0.9% | - |
| XYZ | 40.04 | 51.4 | 82.67 | - |
| YUV | 172.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 230 | 0.62 | 0.11 | 0 | 0.10 | 190.49 | 0.74 | 0.62 |
| Hex | 57 | CD | E6 | 3E | B | 0 | A | BE | 4A | 3E |
| Octal | 127 | 315 | 346 | 76 | 13 | 0 | 12 | 276 | 112 | 76 |
| Binary | 1010111 | 11001101 | 11100110 | 111110 | 1011 | 0 | 1010 | 10111110 | 1001010 | 111110 |
Color Harmonies of #57CDE6
Complementary color
Monochromatic Colors of #57CDE6
Black with #57CDE6
Text Example
Text Example
White with #57CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDE6; }
p { color: rgb(87,205,230); }
H1.HeaderClassName
{
color: #57CDE6;
}
.AnyTagClassName
{
color: #57CDE6;
}
</style>
background-color css
<style>
a { background-color: #57CDE6; }
a { background-color: rgb(87,205,230); }
div.DivClassName
{
background-color: #57CDE6;
}
.BgClassName
{
background-color: #57CDE6;
}
</style>
border-color css
<style>
span { border-color: #57CDE6; }
span { border-color: rgb(87,205,230); }
td.TdClassName
{
border-color: #57CDE6;
}
.TagClassName
{
border-color: #57CDE6;
}
</style>