Shades of Medium Turquoise #57CFDA
Tints of Medium Turquoise #57CFDA
RGB
CMYK
RGB Variations
Color information
#57CFDA (or 0x57CFDA) is known color: Medium Turquoise. HEX triplet: 57, CF and DA. RGB value is (87,207,218). Sum of RGB (Red+Green+Blue) = 87+207+218=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFDA is #A83025. Grayscale: #ACACAC. Windows color (decimal): -11022374 or 14339927. OLE color: 14339927.
HSL color Cylindrical-coordinate representation of color #57CFDA: hue angle of 185.04º 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 #57CFDA is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 207 | 218 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.15 |
| HSL | 185.04º | 0.64% | 0.6% | - |
| HSV(B) | 185.04º | 0.6% | 0.85% | - |
| XYZ | 38.9 | 51.71 | 74.26 | - |
| YUV | 172.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 218 | 0.60 | 0.05 | 0 | 0.15 | 185.04 | 0.64 | 0.6 |
| Hex | 57 | CF | DA | 3C | 5 | 0 | F | B9 | 40 | 3C |
| Octal | 127 | 317 | 332 | 74 | 5 | 0 | 17 | 271 | 100 | 74 |
| Binary | 1010111 | 11001111 | 11011010 | 111100 | 101 | 0 | 1111 | 10111001 | 1000000 | 111100 |
Color Harmonies of #57CFDA
Complementary color
Monochromatic Colors of #57CFDA
Black with #57CFDA
Text Example
Text Example
White with #57CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFDA; }
p { color: rgb(87,207,218); }
H1.HeaderClassName
{
color: #57CFDA;
}
.AnyTagClassName
{
color: #57CFDA;
}
</style>
background-color css
<style>
a { background-color: #57CFDA; }
a { background-color: rgb(87,207,218); }
div.DivClassName
{
background-color: #57CFDA;
}
.BgClassName
{
background-color: #57CFDA;
}
</style>
border-color css
<style>
span { border-color: #57CFDA; }
span { border-color: rgb(87,207,218); }
td.TdClassName
{
border-color: #57CFDA;
}
.TagClassName
{
border-color: #57CFDA;
}
</style>