Shades of Turquoise Blue #57D5F3
Tints of Turquoise Blue #57D5F3
RGB
CMYK
RGB Variations
Color information
#57D5F3 (or 0x57D5F3) is known color: Turquoise Blue. HEX triplet: 57, D5 and F3. RGB value is (87,213,243). Sum of RGB (Red+Green+Blue) = 87+213+243=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #57D5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D5F3 is #A82A0C. Grayscale: #B2B2B2. Windows color (decimal): -11020813 or 15979863. OLE color: 15979863.
HSL color Cylindrical-coordinate representation of color #57D5F3: hue angle of 191.54º 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 #57D5F3 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 213 | 243 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.05 |
| HSL | 191.54º | 0.87% | 0.65% | - |
| HSV(B) | 191.54º | 0.64% | 0.95% | - |
| XYZ | 43.9 | 56.09 | 93.31 | - |
| YUV | 178.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 243 | 0.64 | 0.12 | 0 | 0.05 | 191.54 | 0.87 | 0.65 |
| Hex | 57 | D5 | F3 | 40 | C | 0 | 5 | C0 | 57 | 41 |
| Octal | 127 | 325 | 363 | 100 | 14 | 0 | 5 | 300 | 127 | 101 |
| Binary | 1010111 | 11010101 | 11110011 | 1000000 | 1100 | 0 | 101 | 11000000 | 1010111 | 1000001 |
Color Harmonies of #57D5F3
Complementary color
Monochromatic Colors of #57D5F3
Black with #57D5F3
Text Example
Text Example
White with #57D5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D5F3; }
p { color: rgb(87,213,243); }
H1.HeaderClassName
{
color: #57D5F3;
}
.AnyTagClassName
{
color: #57D5F3;
}
</style>
background-color css
<style>
a { background-color: #57D5F3; }
a { background-color: rgb(87,213,243); }
div.DivClassName
{
background-color: #57D5F3;
}
.BgClassName
{
background-color: #57D5F3;
}
</style>
border-color css
<style>
span { border-color: #57D5F3; }
span { border-color: rgb(87,213,243); }
td.TdClassName
{
border-color: #57D5F3;
}
.TagClassName
{
border-color: #57D5F3;
}
</style>