Shades of Medium Turquoise #57CED8
Tints of Medium Turquoise #57CED8
RGB
CMYK
RGB Variations
Color information
#57CED8 (or 0x57CED8) is known color: Medium Turquoise. HEX triplet: 57, CE and D8. RGB value is (87,206,216). Sum of RGB (Red+Green+Blue) = 87+206+216=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #57CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CED8 is #A83127. Grayscale: #ABABAB. Windows color (decimal): -11022632 or 14208599. OLE color: 14208599.
HSL color Cylindrical-coordinate representation of color #57CED8: hue angle of 184.65º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CED8 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 206 | 216 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.15 |
| HSL | 184.65º | 0.62% | 0.59% | - |
| HSV(B) | 184.65º | 0.6% | 0.85% | - |
| XYZ | 38.4 | 51.13 | 72.81 | - |
| YUV | 171.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 216 | 0.60 | 0.05 | 0 | 0.15 | 184.65 | 0.62 | 0.59 |
| Hex | 57 | CE | D8 | 3C | 5 | 0 | F | B9 | 3E | 3B |
| Octal | 127 | 316 | 330 | 74 | 5 | 0 | 17 | 271 | 76 | 73 |
| Binary | 1010111 | 11001110 | 11011000 | 111100 | 101 | 0 | 1111 | 10111001 | 111110 | 111011 |
Color Harmonies of #57CED8
Complementary color
Monochromatic Colors of #57CED8
Black with #57CED8
Text Example
Text Example
White with #57CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CED8; }
p { color: rgb(87,206,216); }
H1.HeaderClassName
{
color: #57CED8;
}
.AnyTagClassName
{
color: #57CED8;
}
</style>
background-color css
<style>
a { background-color: #57CED8; }
a { background-color: rgb(87,206,216); }
div.DivClassName
{
background-color: #57CED8;
}
.BgClassName
{
background-color: #57CED8;
}
</style>
border-color css
<style>
span { border-color: #57CED8; }
span { border-color: rgb(87,206,216); }
td.TdClassName
{
border-color: #57CED8;
}
.TagClassName
{
border-color: #57CED8;
}
</style>