Shades of Turquoise Blue #57CFE8
Tints of Turquoise Blue #57CFE8
RGB
CMYK
RGB Variations
Color information
#57CFE8 (or 0x57CFE8) is known color: Turquoise Blue. HEX triplet: 57, CF and E8. RGB value is (87,207,232). Sum of RGB (Red+Green+Blue) = 87+207+232=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #57CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFE8 is #A83017. Grayscale: #ADADAD. Windows color (decimal): -11022360 or 15257431. OLE color: 15257431.
HSL color Cylindrical-coordinate representation of color #57CFE8: hue angle of 190.34º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CFE8 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 207 | 232 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.09 |
| HSL | 190.34º | 0.76% | 0.63% | - |
| HSV(B) | 190.34º | 0.63% | 0.91% | - |
| XYZ | 40.81 | 52.48 | 84.32 | - |
| YUV | 173.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 232 | 0.62 | 0.11 | 0 | 0.09 | 190.34 | 0.76 | 0.63 |
| Hex | 57 | CF | E8 | 3E | B | 0 | 9 | BE | 4C | 3F |
| Octal | 127 | 317 | 350 | 76 | 13 | 0 | 11 | 276 | 114 | 77 |
| Binary | 1010111 | 11001111 | 11101000 | 111110 | 1011 | 0 | 1001 | 10111110 | 1001100 | 111111 |
Color Harmonies of #57CFE8
Complementary color
Monochromatic Colors of #57CFE8
Black with #57CFE8
Text Example
Text Example
White with #57CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFE8; }
p { color: rgb(87,207,232); }
H1.HeaderClassName
{
color: #57CFE8;
}
.AnyTagClassName
{
color: #57CFE8;
}
</style>
background-color css
<style>
a { background-color: #57CFE8; }
a { background-color: rgb(87,207,232); }
div.DivClassName
{
background-color: #57CFE8;
}
.BgClassName
{
background-color: #57CFE8;
}
</style>
border-color css
<style>
span { border-color: #57CFE8; }
span { border-color: rgb(87,207,232); }
td.TdClassName
{
border-color: #57CFE8;
}
.TagClassName
{
border-color: #57CFE8;
}
</style>