Shades of Turquoise #57F3CE
Tints of Turquoise #57F3CE
RGB
CMYK
RGB Variations
Color information
#57F3CE (or 0x57F3CE) is known color: Turquoise. HEX triplet: 57, F3 and CE. RGB value is (87,243,206). Sum of RGB (Red+Green+Blue) = 87+243+206=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #57F3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F3CE is #A80C31. Grayscale: #C0C0C0. Windows color (decimal): -11013170 or 13562711. OLE color: 13562711.
HSL color Cylindrical-coordinate representation of color #57F3CE: hue angle of 165.77º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F3CE is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 243 | 206 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.05 |
| HSL | 165.77º | 0.87% | 0.65% | - |
| HSV(B) | 165.77º | 0.64% | 0.95% | - |
| XYZ | 47.12 | 70.58 | 69.53 | - |
| YUV | 192.14 | 135.82 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 243 | 206 | 0.64 | 0 | 0.15 | 0.05 | 165.77 | 0.87 | 0.65 |
| Hex | 57 | F3 | CE | 40 | 0 | F | 5 | A6 | 57 | 41 |
| Octal | 127 | 363 | 316 | 100 | 0 | 17 | 5 | 246 | 127 | 101 |
| Binary | 1010111 | 11110011 | 11001110 | 1000000 | 0 | 1111 | 101 | 10100110 | 1010111 | 1000001 |
Color Harmonies of #57F3CE
Complementary color
Monochromatic Colors of #57F3CE
Black with #57F3CE
Text Example
Text Example
White with #57F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F3CE; }
p { color: rgb(87,243,206); }
H1.HeaderClassName
{
color: #57F3CE;
}
.AnyTagClassName
{
color: #57F3CE;
}
</style>
background-color css
<style>
a { background-color: #57F3CE; }
a { background-color: rgb(87,243,206); }
div.DivClassName
{
background-color: #57F3CE;
}
.BgClassName
{
background-color: #57F3CE;
}
</style>
border-color css
<style>
span { border-color: #57F3CE; }
span { border-color: rgb(87,243,206); }
td.TdClassName
{
border-color: #57F3CE;
}
.TagClassName
{
border-color: #57F3CE;
}
</style>