Shades of Turquoise Blue #57CEF1
Tints of Turquoise Blue #57CEF1
RGB
CMYK
RGB Variations
Color information
#57CEF1 (or 0x57CEF1) is known color: Turquoise Blue. HEX triplet: 57, CE and F1. RGB value is (87,206,241). Sum of RGB (Red+Green+Blue) = 87+206+241=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #57CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEF1 is #A8310E. Grayscale: #AEAEAE. Windows color (decimal): -11022607 or 15846999. OLE color: 15846999.
HSL color Cylindrical-coordinate representation of color #57CEF1: hue angle of 193.64º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CEF1 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 206 | 241 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.05 |
| HSL | 193.64º | 0.85% | 0.64% | - |
| HSV(B) | 193.64º | 0.64% | 0.95% | - |
| XYZ | 41.88 | 52.52 | 91.15 | - |
| YUV | 174.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 241 | 0.64 | 0.15 | 0 | 0.05 | 193.64 | 0.85 | 0.64 |
| Hex | 57 | CE | F1 | 40 | F | 0 | 5 | C2 | 55 | 40 |
| Octal | 127 | 316 | 361 | 100 | 17 | 0 | 5 | 302 | 125 | 100 |
| Binary | 1010111 | 11001110 | 11110001 | 1000000 | 1111 | 0 | 101 | 11000010 | 1010101 | 1000000 |
Color Harmonies of #57CEF1
Complementary color
Monochromatic Colors of #57CEF1
Black with #57CEF1
Text Example
Text Example
White with #57CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEF1; }
p { color: rgb(87,206,241); }
H1.HeaderClassName
{
color: #57CEF1;
}
.AnyTagClassName
{
color: #57CEF1;
}
</style>
background-color css
<style>
a { background-color: #57CEF1; }
a { background-color: rgb(87,206,241); }
div.DivClassName
{
background-color: #57CEF1;
}
.BgClassName
{
background-color: #57CEF1;
}
</style>
border-color css
<style>
span { border-color: #57CEF1; }
span { border-color: rgb(87,206,241); }
td.TdClassName
{
border-color: #57CEF1;
}
.TagClassName
{
border-color: #57CEF1;
}
</style>