Shades of Medium Turquoise #57CBBC
Tints of Medium Turquoise #57CBBC
RGB
CMYK
RGB Variations
Color information
#57CBBC (or 0x57CBBC) is known color: Medium Turquoise. HEX triplet: 57, CB and BC. RGB value is (87,203,188). Sum of RGB (Red+Green+Blue) = 87+203+188=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBBC is #A83443. Grayscale: #A6A6A6. Windows color (decimal): -11023428 or 12372823. OLE color: 12372823.
HSL color Cylindrical-coordinate representation of color #57CBBC: hue angle of 172.24º 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 #57CBBC is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 188 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.20 |
| HSL | 172.24º | 0.53% | 0.57% | - |
| HSV(B) | 172.24º | 0.57% | 0.8% | - |
| XYZ | 34.36 | 48.37 | 55.1 | - |
| YUV | 166.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 188 | 0.57 | 0 | 0.07 | 0.20 | 172.24 | 0.53 | 0.57 |
| Hex | 57 | CB | BC | 39 | 0 | 7 | 14 | AC | 35 | 39 |
| Octal | 127 | 313 | 274 | 71 | 0 | 7 | 24 | 254 | 65 | 71 |
| Binary | 1010111 | 11001011 | 10111100 | 111001 | 0 | 111 | 10100 | 10101100 | 110101 | 111001 |
Color Harmonies of #57CBBC
Complementary color
Monochromatic Colors of #57CBBC
Black with #57CBBC
Text Example
Text Example
White with #57CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBBC; }
p { color: rgb(87,203,188); }
H1.HeaderClassName
{
color: #57CBBC;
}
.AnyTagClassName
{
color: #57CBBC;
}
</style>
background-color css
<style>
a { background-color: #57CBBC; }
a { background-color: rgb(87,203,188); }
div.DivClassName
{
background-color: #57CBBC;
}
.BgClassName
{
background-color: #57CBBC;
}
</style>
border-color css
<style>
span { border-color: #57CBBC; }
span { border-color: rgb(87,203,188); }
td.TdClassName
{
border-color: #57CBBC;
}
.TagClassName
{
border-color: #57CBBC;
}
</style>