Shades of Turquoise #57FBC0
Tints of Turquoise #57FBC0
RGB
CMYK
RGB Variations
Color information
#57FBC0 (or 0x57FBC0) is known color: Turquoise. HEX triplet: 57, FB and C0. RGB value is (87,251,192). Sum of RGB (Red+Green+Blue) = 87+251+192=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBC0 is #A8043F. Grayscale: #C3C3C3. Windows color (decimal): -11011136 or 12647255. OLE color: 12647255.
HSL color Cylindrical-coordinate representation of color #57FBC0: hue angle of 158.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FBC0 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 251 | 192 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.02 |
| HSL | 158.41º | 0.95% | 0.66% | - |
| HSV(B) | 158.41º | 0.65% | 0.98% | - |
| XYZ | 47.94 | 74.83 | 61.79 | - |
| YUV | 195.24 | 126.17 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 251 | 192 | 0.65 | 0 | 0.24 | 0.02 | 158.41 | 0.95 | 0.66 |
| Hex | 57 | FB | C0 | 41 | 0 | 18 | 2 | 9E | 5F | 42 |
| Octal | 127 | 373 | 300 | 101 | 0 | 30 | 2 | 236 | 137 | 102 |
| Binary | 1010111 | 11111011 | 11000000 | 1000001 | 0 | 11000 | 10 | 10011110 | 1011111 | 1000010 |
Color Harmonies of #57FBC0
Complementary color
Monochromatic Colors of #57FBC0
Black with #57FBC0
Text Example
Text Example
White with #57FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FBC0; }
p { color: rgb(87,251,192); }
H1.HeaderClassName
{
color: #57FBC0;
}
.AnyTagClassName
{
color: #57FBC0;
}
</style>
background-color css
<style>
a { background-color: #57FBC0; }
a { background-color: rgb(87,251,192); }
div.DivClassName
{
background-color: #57FBC0;
}
.BgClassName
{
background-color: #57FBC0;
}
</style>
border-color css
<style>
span { border-color: #57FBC0; }
span { border-color: rgb(87,251,192); }
td.TdClassName
{
border-color: #57FBC0;
}
.TagClassName
{
border-color: #57FBC0;
}
</style>