Shades of Turquoise Blue #57CDE1
Tints of Turquoise Blue #57CDE1
RGB
CMYK
RGB Variations
Color information
#57CDE1 (or 0x57CDE1) is known color: Turquoise Blue. HEX triplet: 57, CD and E1. RGB value is (87,205,225). Sum of RGB (Red+Green+Blue) = 87+205+225=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #57CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDE1 is #A8321E. Grayscale: #ABABAB. Windows color (decimal): -11022879 or 14798167. OLE color: 14798167.
HSL color Cylindrical-coordinate representation of color #57CDE1: hue angle of 188.7º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CDE1 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 205 | 225 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.12 |
| HSL | 188.7º | 0.7% | 0.61% | - |
| HSV(B) | 188.7º | 0.61% | 0.88% | - |
| XYZ | 39.35 | 51.13 | 79.03 | - |
| YUV | 172 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 225 | 0.61 | 0.09 | 0 | 0.12 | 188.7 | 0.7 | 0.61 |
| Hex | 57 | CD | E1 | 3D | 9 | 0 | C | BD | 46 | 3D |
| Octal | 127 | 315 | 341 | 75 | 11 | 0 | 14 | 275 | 106 | 75 |
| Binary | 1010111 | 11001101 | 11100001 | 111101 | 1001 | 0 | 1100 | 10111101 | 1000110 | 111101 |
Color Harmonies of #57CDE1
Complementary color
Monochromatic Colors of #57CDE1
Black with #57CDE1
Text Example
Text Example
White with #57CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDE1; }
p { color: rgb(87,205,225); }
H1.HeaderClassName
{
color: #57CDE1;
}
.AnyTagClassName
{
color: #57CDE1;
}
</style>
background-color css
<style>
a { background-color: #57CDE1; }
a { background-color: rgb(87,205,225); }
div.DivClassName
{
background-color: #57CDE1;
}
.BgClassName
{
background-color: #57CDE1;
}
</style>
border-color css
<style>
span { border-color: #57CDE1; }
span { border-color: rgb(87,205,225); }
td.TdClassName
{
border-color: #57CDE1;
}
.TagClassName
{
border-color: #57CDE1;
}
</style>