Shades of Medium Turquoise #57CDD7
Tints of Medium Turquoise #57CDD7
RGB
CMYK
RGB Variations
Color information
#57CDD7 (or 0x57CDD7) is known color: Medium Turquoise. HEX triplet: 57, CD and D7. RGB value is (87,205,215). Sum of RGB (Red+Green+Blue) = 87+205+215=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #57CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDD7 is #A83228. Grayscale: #AAAAAA. Windows color (decimal): -11022889 or 14142807. OLE color: 14142807.
HSL color Cylindrical-coordinate representation of color #57CDD7: hue angle of 184.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CDD7 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 205 | 215 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.16 |
| HSL | 184.69º | 0.62% | 0.59% | - |
| HSV(B) | 184.69º | 0.6% | 0.84% | - |
| XYZ | 38.03 | 50.6 | 72.05 | - |
| YUV | 170.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 215 | 0.60 | 0.05 | 0 | 0.16 | 184.69 | 0.62 | 0.59 |
| Hex | 57 | CD | D7 | 3C | 5 | 0 | 10 | B9 | 3E | 3B |
| Octal | 127 | 315 | 327 | 74 | 5 | 0 | 20 | 271 | 76 | 73 |
| Binary | 1010111 | 11001101 | 11010111 | 111100 | 101 | 0 | 10000 | 10111001 | 111110 | 111011 |
Color Harmonies of #57CDD7
Complementary color
Monochromatic Colors of #57CDD7
Black with #57CDD7
Text Example
Text Example
White with #57CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDD7; }
p { color: rgb(87,205,215); }
H1.HeaderClassName
{
color: #57CDD7;
}
.AnyTagClassName
{
color: #57CDD7;
}
</style>
background-color css
<style>
a { background-color: #57CDD7; }
a { background-color: rgb(87,205,215); }
div.DivClassName
{
background-color: #57CDD7;
}
.BgClassName
{
background-color: #57CDD7;
}
</style>
border-color css
<style>
span { border-color: #57CDD7; }
span { border-color: rgb(87,205,215); }
td.TdClassName
{
border-color: #57CDD7;
}
.TagClassName
{
border-color: #57CDD7;
}
</style>