Shades of Turquoise Blue #57DEFC
Tints of Turquoise Blue #57DEFC
RGB
CMYK
RGB Variations
Color information
#57DEFC (or 0x57DEFC) is known color: Turquoise Blue. HEX triplet: 57, DE and FC. RGB value is (87,222,252). Sum of RGB (Red+Green+Blue) = 87+222+252=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #57DEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DEFC is #A82103. Grayscale: #B8B8B8. Windows color (decimal): -11018500 or 16571991. OLE color: 16571991.
HSL color Cylindrical-coordinate representation of color #57DEFC: hue angle of 190.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DEFC is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 222 | 252 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.01 |
| HSL | 190.91º | 0.96% | 0.66% | - |
| HSV(B) | 190.91º | 0.65% | 0.99% | - |
| XYZ | 47.62 | 61.3 | 101.42 | - |
| YUV | 185.06 | 165.77 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 252 | 0.65 | 0.12 | 0 | 0.01 | 190.91 | 0.96 | 0.66 |
| Hex | 57 | DE | FC | 41 | C | 0 | 1 | BF | 60 | 42 |
| Octal | 127 | 336 | 374 | 101 | 14 | 0 | 1 | 277 | 140 | 102 |
| Binary | 1010111 | 11011110 | 11111100 | 1000001 | 1100 | 0 | 1 | 10111111 | 1100000 | 1000010 |
Color Harmonies of #57DEFC
Complementary color
Monochromatic Colors of #57DEFC
Black with #57DEFC
Text Example
Text Example
White with #57DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DEFC; }
p { color: rgb(87,222,252); }
H1.HeaderClassName
{
color: #57DEFC;
}
.AnyTagClassName
{
color: #57DEFC;
}
</style>
background-color css
<style>
a { background-color: #57DEFC; }
a { background-color: rgb(87,222,252); }
div.DivClassName
{
background-color: #57DEFC;
}
.BgClassName
{
background-color: #57DEFC;
}
</style>
border-color css
<style>
span { border-color: #57DEFC; }
span { border-color: rgb(87,222,252); }
td.TdClassName
{
border-color: #57DEFC;
}
.TagClassName
{
border-color: #57DEFC;
}
</style>