Shades of Medium Turquoise #57CBDA
Tints of Medium Turquoise #57CBDA
RGB
CMYK
RGB Variations
Color information
#57CBDA (or 0x57CBDA) is known color: Medium Turquoise. HEX triplet: 57, CB and DA. RGB value is (87,203,218). Sum of RGB (Red+Green+Blue) = 87+203+218=508 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.13% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBDA is #A83425. Grayscale: #A9A9A9. Windows color (decimal): -11023398 or 14338903. OLE color: 14338903.
HSL color Cylindrical-coordinate representation of color #57CBDA: hue angle of 186.87º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CBDA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 203 | 218 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.15 |
| HSL | 186.87º | 0.64% | 0.6% | - |
| HSV(B) | 186.87º | 0.6% | 0.85% | - |
| XYZ | 37.94 | 49.8 | 73.94 | - |
| YUV | 170.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 218 | 0.60 | 0.07 | 0 | 0.15 | 186.87 | 0.64 | 0.6 |
| Hex | 57 | CB | DA | 3C | 7 | 0 | F | BB | 40 | 3C |
| Octal | 127 | 313 | 332 | 74 | 7 | 0 | 17 | 273 | 100 | 74 |
| Binary | 1010111 | 11001011 | 11011010 | 111100 | 111 | 0 | 1111 | 10111011 | 1000000 | 111100 |
Color Harmonies of #57CBDA
Complementary color
Monochromatic Colors of #57CBDA
Black with #57CBDA
Text Example
Text Example
White with #57CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CBDA; }
p { color: rgb(87,203,218); }
H1.HeaderClassName
{
color: #57CBDA;
}
.AnyTagClassName
{
color: #57CBDA;
}
</style>
background-color css
<style>
a { background-color: #57CBDA; }
a { background-color: rgb(87,203,218); }
div.DivClassName
{
background-color: #57CBDA;
}
.BgClassName
{
background-color: #57CBDA;
}
</style>
border-color css
<style>
span { border-color: #57CBDA; }
span { border-color: rgb(87,203,218); }
td.TdClassName
{
border-color: #57CBDA;
}
.TagClassName
{
border-color: #57CBDA;
}
</style>