Shades of Medium Turquoise #57CCDD
Tints of Medium Turquoise #57CCDD
RGB
CMYK
RGB Variations
Color information
#57CCDD (or 0x57CCDD) is known color: Medium Turquoise. HEX triplet: 57, CC and DD. RGB value is (87,204,221). Sum of RGB (Red+Green+Blue) = 87+204+221=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #57CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CCDD is #A83322. Grayscale: #AAAAAA. Windows color (decimal): -11023139 or 14535767. OLE color: 14535767.
HSL color Cylindrical-coordinate representation of color #57CCDD: hue angle of 187.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CCDD is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 204 | 221 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.13 |
| HSL | 187.61º | 0.66% | 0.6% | - |
| HSV(B) | 187.61º | 0.61% | 0.87% | - |
| XYZ | 38.57 | 50.43 | 76.11 | - |
| YUV | 170.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 221 | 0.61 | 0.08 | 0 | 0.13 | 187.61 | 0.66 | 0.6 |
| Hex | 57 | CC | DD | 3D | 8 | 0 | D | BC | 42 | 3C |
| Octal | 127 | 314 | 335 | 75 | 10 | 0 | 15 | 274 | 102 | 74 |
| Binary | 1010111 | 11001100 | 11011101 | 111101 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111100 |
Color Harmonies of #57CCDD
Complementary color
Monochromatic Colors of #57CCDD
Black with #57CCDD
Text Example
Text Example
White with #57CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CCDD; }
p { color: rgb(87,204,221); }
H1.HeaderClassName
{
color: #57CCDD;
}
.AnyTagClassName
{
color: #57CCDD;
}
</style>
background-color css
<style>
a { background-color: #57CCDD; }
a { background-color: rgb(87,204,221); }
div.DivClassName
{
background-color: #57CCDD;
}
.BgClassName
{
background-color: #57CCDD;
}
</style>
border-color css
<style>
span { border-color: #57CCDD; }
span { border-color: rgb(87,204,221); }
td.TdClassName
{
border-color: #57CCDD;
}
.TagClassName
{
border-color: #57CCDD;
}
</style>