Shades of Turquoise Blue #57DFE7
Tints of Turquoise Blue #57DFE7
RGB
CMYK
RGB Variations
Color information
#57DFE7 (or 0x57DFE7) is known color: Turquoise Blue. HEX triplet: 57, DF and E7. RGB value is (87,223,231). Sum of RGB (Red+Green+Blue) = 87+223+231=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #57DFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DFE7 is #A82018. Grayscale: #B7B7B7. Windows color (decimal): -11018265 or 15195991. OLE color: 15195991.
HSL color Cylindrical-coordinate representation of color #57DFE7: hue angle of 183.33º 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 #57DFE7 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 223 | 231 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.09 |
| HSL | 183.33º | 0.75% | 0.62% | - |
| HSV(B) | 183.33º | 0.62% | 0.91% | - |
| XYZ | 44.74 | 60.57 | 84.93 | - |
| YUV | 183.25 | 154.94 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 231 | 0.62 | 0.03 | 0 | 0.09 | 183.33 | 0.75 | 0.62 |
| Hex | 57 | DF | E7 | 3E | 3 | 0 | 9 | B7 | 4B | 3E |
| Octal | 127 | 337 | 347 | 76 | 3 | 0 | 11 | 267 | 113 | 76 |
| Binary | 1010111 | 11011111 | 11100111 | 111110 | 11 | 0 | 1001 | 10110111 | 1001011 | 111110 |
Color Harmonies of #57DFE7
Complementary color
Monochromatic Colors of #57DFE7
Black with #57DFE7
Text Example
Text Example
White with #57DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFE7; }
p { color: rgb(87,223,231); }
H1.HeaderClassName
{
color: #57DFE7;
}
.AnyTagClassName
{
color: #57DFE7;
}
</style>
background-color css
<style>
a { background-color: #57DFE7; }
a { background-color: rgb(87,223,231); }
div.DivClassName
{
background-color: #57DFE7;
}
.BgClassName
{
background-color: #57DFE7;
}
</style>
border-color css
<style>
span { border-color: #57DFE7; }
span { border-color: rgb(87,223,231); }
td.TdClassName
{
border-color: #57DFE7;
}
.TagClassName
{
border-color: #57DFE7;
}
</style>