Shades of Turquoise Blue #57CCEC
Tints of Turquoise Blue #57CCEC
RGB
CMYK
RGB Variations
Color information
#57CCEC (or 0x57CCEC) is known color: Turquoise Blue. HEX triplet: 57, CC and EC. RGB value is (87,204,236). Sum of RGB (Red+Green+Blue) = 87+204+236=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #57CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CCEC is #A83313. Grayscale: #ACACAC. Windows color (decimal): -11023124 or 15518807. OLE color: 15518807.
HSL color Cylindrical-coordinate representation of color #57CCEC: hue angle of 192.89º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57CCEC is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 204 | 236 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.07 |
| HSL | 192.89º | 0.8% | 0.63% | - |
| HSV(B) | 192.89º | 0.63% | 0.93% | - |
| XYZ | 40.66 | 51.27 | 87.11 | - |
| YUV | 172.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 236 | 0.63 | 0.14 | 0 | 0.07 | 192.89 | 0.8 | 0.63 |
| Hex | 57 | CC | EC | 3F | E | 0 | 7 | C1 | 50 | 3F |
| Octal | 127 | 314 | 354 | 77 | 16 | 0 | 7 | 301 | 120 | 77 |
| Binary | 1010111 | 11001100 | 11101100 | 111111 | 1110 | 0 | 111 | 11000001 | 1010000 | 111111 |
Color Harmonies of #57CCEC
Complementary color
Monochromatic Colors of #57CCEC
Black with #57CCEC
Text Example
Text Example
White with #57CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CCEC; }
p { color: rgb(87,204,236); }
H1.HeaderClassName
{
color: #57CCEC;
}
.AnyTagClassName
{
color: #57CCEC;
}
</style>
background-color css
<style>
a { background-color: #57CCEC; }
a { background-color: rgb(87,204,236); }
div.DivClassName
{
background-color: #57CCEC;
}
.BgClassName
{
background-color: #57CCEC;
}
</style>
border-color css
<style>
span { border-color: #57CCEC; }
span { border-color: rgb(87,204,236); }
td.TdClassName
{
border-color: #57CCEC;
}
.TagClassName
{
border-color: #57CCEC;
}
</style>