Shades of Medium Turquoise #57CFC8
Tints of Medium Turquoise #57CFC8
RGB
CMYK
RGB Variations
Color information
#57CFC8 (or 0x57CFC8) is known color: Medium Turquoise. HEX triplet: 57, CF and C8. RGB value is (87,207,200). Sum of RGB (Red+Green+Blue) = 87+207+200=494 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.61% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #57CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFC8 is #A83037. Grayscale: #AAAAAA. Windows color (decimal): -11022392 or 13160279. OLE color: 13160279.
HSL color Cylindrical-coordinate representation of color #57CFC8: hue angle of 176.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CFC8 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 207 | 200 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.19 |
| HSL | 176.5º | 0.56% | 0.58% | - |
| HSV(B) | 176.5º | 0.58% | 0.81% | - |
| XYZ | 36.67 | 50.82 | 62.52 | - |
| YUV | 170.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 200 | 0.58 | 0 | 0.03 | 0.19 | 176.5 | 0.56 | 0.58 |
| Hex | 57 | CF | C8 | 3A | 0 | 3 | 13 | B0 | 38 | 3A |
| Octal | 127 | 317 | 310 | 72 | 0 | 3 | 23 | 260 | 70 | 72 |
| Binary | 1010111 | 11001111 | 11001000 | 111010 | 0 | 11 | 10011 | 10110000 | 111000 | 111010 |
Color Harmonies of #57CFC8
Complementary color
Monochromatic Colors of #57CFC8
Black with #57CFC8
Text Example
Text Example
White with #57CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFC8; }
p { color: rgb(87,207,200); }
H1.HeaderClassName
{
color: #57CFC8;
}
.AnyTagClassName
{
color: #57CFC8;
}
</style>
background-color css
<style>
a { background-color: #57CFC8; }
a { background-color: rgb(87,207,200); }
div.DivClassName
{
background-color: #57CFC8;
}
.BgClassName
{
background-color: #57CFC8;
}
</style>
border-color css
<style>
span { border-color: #57CFC8; }
span { border-color: rgb(87,207,200); }
td.TdClassName
{
border-color: #57CFC8;
}
.TagClassName
{
border-color: #57CFC8;
}
</style>