Shades of Medium Turquoise #57CBDC
Tints of Medium Turquoise #57CBDC
RGB
CMYK
RGB Variations
Color information
#57CBDC (or 0x57CBDC) is known color: Medium Turquoise. HEX triplet: 57, CB and DC. RGB value is (87,203,220). Sum of RGB (Red+Green+Blue) = 87+203+220=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #57CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBDC is #A83423. Grayscale: #AAAAAA. Windows color (decimal): -11023396 or 14469975. OLE color: 14469975.
HSL color Cylindrical-coordinate representation of color #57CBDC: hue angle of 187.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CBDC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 203 | 220 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.14 |
| HSL | 187.67º | 0.66% | 0.6% | - |
| HSV(B) | 187.67º | 0.6% | 0.86% | - |
| XYZ | 38.2 | 49.91 | 75.33 | - |
| YUV | 170.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 220 | 0.60 | 0.08 | 0 | 0.14 | 187.67 | 0.66 | 0.6 |
| Hex | 57 | CB | DC | 3C | 8 | 0 | E | BC | 42 | 3C |
| Octal | 127 | 313 | 334 | 74 | 10 | 0 | 16 | 274 | 102 | 74 |
| Binary | 1010111 | 11001011 | 11011100 | 111100 | 1000 | 0 | 1110 | 10111100 | 1000010 | 111100 |
Color Harmonies of #57CBDC
Complementary color
Monochromatic Colors of #57CBDC
Black with #57CBDC
Text Example
Text Example
White with #57CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBDC; }
p { color: rgb(87,203,220); }
H1.HeaderClassName
{
color: #57CBDC;
}
.AnyTagClassName
{
color: #57CBDC;
}
</style>
background-color css
<style>
a { background-color: #57CBDC; }
a { background-color: rgb(87,203,220); }
div.DivClassName
{
background-color: #57CBDC;
}
.BgClassName
{
background-color: #57CBDC;
}
</style>
border-color css
<style>
span { border-color: #57CBDC; }
span { border-color: rgb(87,203,220); }
td.TdClassName
{
border-color: #57CBDC;
}
.TagClassName
{
border-color: #57CBDC;
}
</style>