Shades of Medium Turquoise #57CADB
Tints of Medium Turquoise #57CADB
RGB
CMYK
RGB Variations
Color information
#57CADB (or 0x57CADB) is known color: Medium Turquoise. HEX triplet: 57, CA and DB. RGB value is (87,202,219). Sum of RGB (Red+Green+Blue) = 87+202+219=508 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.13% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #57CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CADB is #A83524. Grayscale: #A9A9A9. Windows color (decimal): -11023653 or 14404183. OLE color: 14404183.
HSL color Cylindrical-coordinate representation of color #57CADB: hue angle of 187.73º degrees, saturation: 0.65, 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 #57CADB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 202 | 219 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.14 |
| HSL | 187.73º | 0.65% | 0.6% | - |
| HSV(B) | 187.73º | 0.6% | 0.86% | - |
| XYZ | 37.84 | 49.38 | 74.56 | - |
| YUV | 169.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 219 | 0.60 | 0.08 | 0 | 0.14 | 187.73 | 0.65 | 0.6 |
| Hex | 57 | CA | DB | 3C | 8 | 0 | E | BC | 41 | 3C |
| Octal | 127 | 312 | 333 | 74 | 10 | 0 | 16 | 274 | 101 | 74 |
| Binary | 1010111 | 11001010 | 11011011 | 111100 | 1000 | 0 | 1110 | 10111100 | 1000001 | 111100 |
Color Harmonies of #57CADB
Complementary color
Monochromatic Colors of #57CADB
Black with #57CADB
Text Example
Text Example
White with #57CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CADB; }
p { color: rgb(87,202,219); }
H1.HeaderClassName
{
color: #57CADB;
}
.AnyTagClassName
{
color: #57CADB;
}
</style>
background-color css
<style>
a { background-color: #57CADB; }
a { background-color: rgb(87,202,219); }
div.DivClassName
{
background-color: #57CADB;
}
.BgClassName
{
background-color: #57CADB;
}
</style>
border-color css
<style>
span { border-color: #57CADB; }
span { border-color: rgb(87,202,219); }
td.TdClassName
{
border-color: #57CADB;
}
.TagClassName
{
border-color: #57CADB;
}
</style>