Shades of Turquoise Blue #57CEF4
Tints of Turquoise Blue #57CEF4
RGB
CMYK
RGB Variations
Color information
#57CEF4 (or 0x57CEF4) is known color: Turquoise Blue. HEX triplet: 57, CE and F4. RGB value is (87,206,244). Sum of RGB (Red+Green+Blue) = 87+206+244=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #57CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEF4 is #A8310B. Grayscale: #AEAEAE. Windows color (decimal): -11022604 or 16043607. OLE color: 16043607.
HSL color Cylindrical-coordinate representation of color #57CEF4: hue angle of 194.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CEF4 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 206 | 244 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.04 |
| HSL | 194.52º | 0.88% | 0.65% | - |
| HSV(B) | 194.52º | 0.64% | 0.96% | - |
| XYZ | 42.33 | 52.7 | 93.53 | - |
| YUV | 174.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 244 | 0.64 | 0.16 | 0 | 0.04 | 194.52 | 0.88 | 0.65 |
| Hex | 57 | CE | F4 | 40 | 10 | 0 | 4 | C3 | 58 | 41 |
| Octal | 127 | 316 | 364 | 100 | 20 | 0 | 4 | 303 | 130 | 101 |
| Binary | 1010111 | 11001110 | 11110100 | 1000000 | 10000 | 0 | 100 | 11000011 | 1011000 | 1000001 |
Color Harmonies of #57CEF4
Complementary color
Monochromatic Colors of #57CEF4
Black with #57CEF4
Text Example
Text Example
White with #57CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEF4; }
p { color: rgb(87,206,244); }
H1.HeaderClassName
{
color: #57CEF4;
}
.AnyTagClassName
{
color: #57CEF4;
}
</style>
background-color css
<style>
a { background-color: #57CEF4; }
a { background-color: rgb(87,206,244); }
div.DivClassName
{
background-color: #57CEF4;
}
.BgClassName
{
background-color: #57CEF4;
}
</style>
border-color css
<style>
span { border-color: #57CEF4; }
span { border-color: rgb(87,206,244); }
td.TdClassName
{
border-color: #57CEF4;
}
.TagClassName
{
border-color: #57CEF4;
}
</style>