Shades of Turquoise Blue #57CFE3
Tints of Turquoise Blue #57CFE3
RGB
CMYK
RGB Variations
Color information
#57CFE3 (or 0x57CFE3) is known color: Turquoise Blue. HEX triplet: 57, CF and E3. RGB value is (87,207,227). Sum of RGB (Red+Green+Blue) = 87+207+227=521 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.70% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #57CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFE3 is #A8301C. Grayscale: #ADADAD. Windows color (decimal): -11022365 or 14929751. OLE color: 14929751.
HSL color Cylindrical-coordinate representation of color #57CFE3: hue angle of 188.57º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CFE3 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 207 | 227 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.11 |
| HSL | 188.57º | 0.71% | 0.62% | - |
| HSV(B) | 188.57º | 0.62% | 0.89% | - |
| XYZ | 40.11 | 52.2 | 80.63 | - |
| YUV | 173.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 227 | 0.62 | 0.09 | 0 | 0.11 | 188.57 | 0.71 | 0.62 |
| Hex | 57 | CF | E3 | 3E | 9 | 0 | B | BD | 47 | 3E |
| Octal | 127 | 317 | 343 | 76 | 11 | 0 | 13 | 275 | 107 | 76 |
| Binary | 1010111 | 11001111 | 11100011 | 111110 | 1001 | 0 | 1011 | 10111101 | 1000111 | 111110 |
Color Harmonies of #57CFE3
Complementary color
Monochromatic Colors of #57CFE3
Black with #57CFE3
Text Example
Text Example
White with #57CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFE3; }
p { color: rgb(87,207,227); }
H1.HeaderClassName
{
color: #57CFE3;
}
.AnyTagClassName
{
color: #57CFE3;
}
</style>
background-color css
<style>
a { background-color: #57CFE3; }
a { background-color: rgb(87,207,227); }
div.DivClassName
{
background-color: #57CFE3;
}
.BgClassName
{
background-color: #57CFE3;
}
</style>
border-color css
<style>
span { border-color: #57CFE3; }
span { border-color: rgb(87,207,227); }
td.TdClassName
{
border-color: #57CFE3;
}
.TagClassName
{
border-color: #57CFE3;
}
</style>