Shades of Medium Turquoise #57CBBF
Tints of Medium Turquoise #57CBBF
RGB
CMYK
RGB Variations
Color information
#57CBBF (or 0x57CBBF) is known color: Medium Turquoise. HEX triplet: 57, CB and BF. RGB value is (87,203,191). Sum of RGB (Red+Green+Blue) = 87+203+191=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBBF is #A83440. Grayscale: #A6A6A6. Windows color (decimal): -11023425 or 12569431. OLE color: 12569431.
HSL color Cylindrical-coordinate representation of color #57CBBF: hue angle of 173.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CBBF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 191 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.20 |
| HSL | 173.79º | 0.53% | 0.57% | - |
| HSV(B) | 173.79º | 0.57% | 0.8% | - |
| XYZ | 34.69 | 48.5 | 56.82 | - |
| YUV | 166.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 191 | 0.57 | 0 | 0.06 | 0.20 | 173.79 | 0.53 | 0.57 |
| Hex | 57 | CB | BF | 39 | 0 | 6 | 14 | AE | 35 | 39 |
| Octal | 127 | 313 | 277 | 71 | 0 | 6 | 24 | 256 | 65 | 71 |
| Binary | 1010111 | 11001011 | 10111111 | 111001 | 0 | 110 | 10100 | 10101110 | 110101 | 111001 |
Color Harmonies of #57CBBF
Complementary color
Monochromatic Colors of #57CBBF
Black with #57CBBF
Text Example
Text Example
White with #57CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBBF; }
p { color: rgb(87,203,191); }
H1.HeaderClassName
{
color: #57CBBF;
}
.AnyTagClassName
{
color: #57CBBF;
}
</style>
background-color css
<style>
a { background-color: #57CBBF; }
a { background-color: rgb(87,203,191); }
div.DivClassName
{
background-color: #57CBBF;
}
.BgClassName
{
background-color: #57CBBF;
}
</style>
border-color css
<style>
span { border-color: #57CBBF; }
span { border-color: rgb(87,203,191); }
td.TdClassName
{
border-color: #57CBBF;
}
.TagClassName
{
border-color: #57CBBF;
}
</style>