Shades of Medium Turquoise #57CBCD
Tints of Medium Turquoise #57CBCD
RGB
CMYK
RGB Variations
Color information
#57CBCD (or 0x57CBCD) is known color: Medium Turquoise. HEX triplet: 57, CB and CD. RGB value is (87,203,205). Sum of RGB (Red+Green+Blue) = 87+203+205=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #57CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBCD is #A83432. Grayscale: #A8A8A8. Windows color (decimal): -11023411 or 13486935. OLE color: 13486935.
HSL color Cylindrical-coordinate representation of color #57CBCD: hue angle of 181.02º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CBCD is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 205 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.20 |
| HSL | 181.02º | 0.54% | 0.57% | - |
| HSV(B) | 181.02º | 0.58% | 0.8% | - |
| XYZ | 36.31 | 49.15 | 65.33 | - |
| YUV | 168.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 205 | 0.58 | 0.01 | 0 | 0.20 | 181.02 | 0.54 | 0.57 |
| Hex | 57 | CB | CD | 3A | 1 | 0 | 14 | B5 | 36 | 39 |
| Octal | 127 | 313 | 315 | 72 | 1 | 0 | 24 | 265 | 66 | 71 |
| Binary | 1010111 | 11001011 | 11001101 | 111010 | 1 | 0 | 10100 | 10110101 | 110110 | 111001 |
Color Harmonies of #57CBCD
Complementary color
Monochromatic Colors of #57CBCD
Black with #57CBCD
Text Example
Text Example
White with #57CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBCD; }
p { color: rgb(87,203,205); }
H1.HeaderClassName
{
color: #57CBCD;
}
.AnyTagClassName
{
color: #57CBCD;
}
</style>
background-color css
<style>
a { background-color: #57CBCD; }
a { background-color: rgb(87,203,205); }
div.DivClassName
{
background-color: #57CBCD;
}
.BgClassName
{
background-color: #57CBCD;
}
</style>
border-color css
<style>
span { border-color: #57CBCD; }
span { border-color: rgb(87,203,205); }
td.TdClassName
{
border-color: #57CBCD;
}
.TagClassName
{
border-color: #57CBCD;
}
</style>