Shades of Turquoise Blue #57CFE7
Tints of Turquoise Blue #57CFE7
RGB
CMYK
RGB Variations
Color information
#57CFE7 (or 0x57CFE7) is known color: Turquoise Blue. HEX triplet: 57, CF and E7. RGB value is (87,207,231). Sum of RGB (Red+Green+Blue) = 87+207+231=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #57CFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFE7 is #A83018. Grayscale: #ADADAD. Windows color (decimal): -11022361 or 15191895. OLE color: 15191895.
HSL color Cylindrical-coordinate representation of color #57CFE7: hue angle of 190º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CFE7 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 207 | 231 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.09 |
| HSL | 190º | 0.75% | 0.62% | - |
| HSV(B) | 190º | 0.62% | 0.91% | - |
| XYZ | 40.67 | 52.42 | 83.58 | - |
| YUV | 173.86 | 160.24 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 231 | 0.62 | 0.10 | 0 | 0.09 | 190 | 0.75 | 0.62 |
| Hex | 57 | CF | E7 | 3E | A | 0 | 9 | BE | 4B | 3E |
| Octal | 127 | 317 | 347 | 76 | 12 | 0 | 11 | 276 | 113 | 76 |
| Binary | 1010111 | 11001111 | 11100111 | 111110 | 1010 | 0 | 1001 | 10111110 | 1001011 | 111110 |
Color Harmonies of #57CFE7
Complementary color
Monochromatic Colors of #57CFE7
Black with #57CFE7
Text Example
Text Example
White with #57CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFE7; }
p { color: rgb(87,207,231); }
H1.HeaderClassName
{
color: #57CFE7;
}
.AnyTagClassName
{
color: #57CFE7;
}
</style>
background-color css
<style>
a { background-color: #57CFE7; }
a { background-color: rgb(87,207,231); }
div.DivClassName
{
background-color: #57CFE7;
}
.BgClassName
{
background-color: #57CFE7;
}
</style>
border-color css
<style>
span { border-color: #57CFE7; }
span { border-color: rgb(87,207,231); }
td.TdClassName
{
border-color: #57CFE7;
}
.TagClassName
{
border-color: #57CFE7;
}
</style>