Shades of Turquoise Blue #57D2FE
Tints of Turquoise Blue #57D2FE
RGB
CMYK
RGB Variations
Color information
#57D2FE (or 0x57D2FE) is known color: Turquoise Blue. HEX triplet: 57, D2 and FE. RGB value is (87,210,254). Sum of RGB (Red+Green+Blue) = 87+210+254=551 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.79% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #57D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2FE is #A82D01. Grayscale: #B1B1B1. Windows color (decimal): -11021570 or 16699991. OLE color: 16699991.
HSL color Cylindrical-coordinate representation of color #57D2FE: hue angle of 195.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57D2FE is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 210 | 254 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.00 |
| HSL | 195.81º | 0.99% | 0.67% | - |
| HSV(B) | 195.81º | 0.66% | 1% | - |
| XYZ | 44.87 | 55.28 | 102.07 | - |
| YUV | 178.24 | 170.75 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 210 | 254 | 0.66 | 0.17 | 0 | 0.00 | 195.81 | 0.99 | 0.67 |
| Hex | 57 | D2 | FE | 42 | 11 | 0 | 0 | C4 | 63 | 43 |
| Octal | 127 | 322 | 376 | 102 | 21 | 0 | 0 | 304 | 143 | 103 |
| Binary | 1010111 | 11010010 | 11111110 | 1000010 | 10001 | 0 | 0 | 11000100 | 1100011 | 1000011 |
Color Harmonies of #57D2FE
Complementary color
Monochromatic Colors of #57D2FE
Black with #57D2FE
Text Example
Text Example
White with #57D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D2FE; }
p { color: rgb(87,210,254); }
H1.HeaderClassName
{
color: #57D2FE;
}
.AnyTagClassName
{
color: #57D2FE;
}
</style>
background-color css
<style>
a { background-color: #57D2FE; }
a { background-color: rgb(87,210,254); }
div.DivClassName
{
background-color: #57D2FE;
}
.BgClassName
{
background-color: #57D2FE;
}
</style>
border-color css
<style>
span { border-color: #57D2FE; }
span { border-color: rgb(87,210,254); }
td.TdClassName
{
border-color: #57D2FE;
}
.TagClassName
{
border-color: #57D2FE;
}
</style>