Shades of Turquoise Blue #57CFE1
Tints of Turquoise Blue #57CFE1
RGB
CMYK
RGB Variations
Color information
#57CFE1 (or 0x57CFE1) is known color: Turquoise Blue. HEX triplet: 57, CF and E1. RGB value is (87,207,225). Sum of RGB (Red+Green+Blue) = 87+207+225=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #57CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFE1 is #A8301E. Grayscale: #ACACAC. Windows color (decimal): -11022367 or 14798679. OLE color: 14798679.
HSL color Cylindrical-coordinate representation of color #57CFE1: hue angle of 187.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CFE1 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 207 | 225 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.12 |
| HSL | 187.83º | 0.7% | 0.61% | - |
| HSV(B) | 187.83º | 0.61% | 0.88% | - |
| XYZ | 39.83 | 52.09 | 79.19 | - |
| YUV | 173.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 225 | 0.61 | 0.08 | 0 | 0.12 | 187.83 | 0.7 | 0.61 |
| Hex | 57 | CF | E1 | 3D | 8 | 0 | C | BC | 46 | 3D |
| Octal | 127 | 317 | 341 | 75 | 10 | 0 | 14 | 274 | 106 | 75 |
| Binary | 1010111 | 11001111 | 11100001 | 111101 | 1000 | 0 | 1100 | 10111100 | 1000110 | 111101 |
Color Harmonies of #57CFE1
Complementary color
Monochromatic Colors of #57CFE1
Black with #57CFE1
Text Example
Text Example
White with #57CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFE1; }
p { color: rgb(87,207,225); }
H1.HeaderClassName
{
color: #57CFE1;
}
.AnyTagClassName
{
color: #57CFE1;
}
</style>
background-color css
<style>
a { background-color: #57CFE1; }
a { background-color: rgb(87,207,225); }
div.DivClassName
{
background-color: #57CFE1;
}
.BgClassName
{
background-color: #57CFE1;
}
</style>
border-color css
<style>
span { border-color: #57CFE1; }
span { border-color: rgb(87,207,225); }
td.TdClassName
{
border-color: #57CFE1;
}
.TagClassName
{
border-color: #57CFE1;
}
</style>