Shades of Turquoise Blue #57CEF3
Tints of Turquoise Blue #57CEF3
RGB
CMYK
RGB Variations
Color information
#57CEF3 (or 0x57CEF3) is known color: Turquoise Blue. HEX triplet: 57, CE and F3. RGB value is (87,206,243). Sum of RGB (Red+Green+Blue) = 87+206+243=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #57CEF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEF3 is #A8310C. Grayscale: #AEAEAE. Windows color (decimal): -11022605 or 15978071. OLE color: 15978071.
HSL color Cylindrical-coordinate representation of color #57CEF3: hue angle of 194.23º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CEF3 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 206 | 243 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.05 |
| HSL | 194.23º | 0.87% | 0.65% | - |
| HSV(B) | 194.23º | 0.64% | 0.95% | - |
| XYZ | 42.18 | 52.64 | 92.73 | - |
| YUV | 174.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 243 | 0.64 | 0.15 | 0 | 0.05 | 194.23 | 0.87 | 0.65 |
| Hex | 57 | CE | F3 | 40 | F | 0 | 5 | C2 | 57 | 41 |
| Octal | 127 | 316 | 363 | 100 | 17 | 0 | 5 | 302 | 127 | 101 |
| Binary | 1010111 | 11001110 | 11110011 | 1000000 | 1111 | 0 | 101 | 11000010 | 1010111 | 1000001 |
Color Harmonies of #57CEF3
Complementary color
Monochromatic Colors of #57CEF3
Black with #57CEF3
Text Example
Text Example
White with #57CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEF3; }
p { color: rgb(87,206,243); }
H1.HeaderClassName
{
color: #57CEF3;
}
.AnyTagClassName
{
color: #57CEF3;
}
</style>
background-color css
<style>
a { background-color: #57CEF3; }
a { background-color: rgb(87,206,243); }
div.DivClassName
{
background-color: #57CEF3;
}
.BgClassName
{
background-color: #57CEF3;
}
</style>
border-color css
<style>
span { border-color: #57CEF3; }
span { border-color: rgb(87,206,243); }
td.TdClassName
{
border-color: #57CEF3;
}
.TagClassName
{
border-color: #57CEF3;
}
</style>