Shades of Turquoise Blue #57DCFE
Tints of Turquoise Blue #57DCFE
RGB
CMYK
RGB Variations
Color information
#57DCFE (or 0x57DCFE) is known color: Turquoise Blue. HEX triplet: 57, DC and FE. RGB value is (87,220,254). Sum of RGB (Red+Green+Blue) = 87+220+254=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #57DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCFE is #A82301. Grayscale: #B7B7B7. Windows color (decimal): -11019010 or 16702551. OLE color: 16702551.
HSL color Cylindrical-coordinate representation of color #57DCFE: hue angle of 192.22º 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 #57DCFE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 220 | 254 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.00 |
| HSL | 192.22º | 0.99% | 0.67% | - |
| HSV(B) | 192.22º | 0.66% | 1% | - |
| XYZ | 47.41 | 60.37 | 102.92 | - |
| YUV | 184.11 | 167.44 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 254 | 0.66 | 0.13 | 0 | 0.00 | 192.22 | 0.99 | 0.67 |
| Hex | 57 | DC | FE | 42 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 127 | 334 | 376 | 102 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1010111 | 11011100 | 11111110 | 1000010 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #57DCFE
Complementary color
Monochromatic Colors of #57DCFE
Black with #57DCFE
Text Example
Text Example
White with #57DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCFE; }
p { color: rgb(87,220,254); }
H1.HeaderClassName
{
color: #57DCFE;
}
.AnyTagClassName
{
color: #57DCFE;
}
</style>
background-color css
<style>
a { background-color: #57DCFE; }
a { background-color: rgb(87,220,254); }
div.DivClassName
{
background-color: #57DCFE;
}
.BgClassName
{
background-color: #57DCFE;
}
</style>
border-color css
<style>
span { border-color: #57DCFE; }
span { border-color: rgb(87,220,254); }
td.TdClassName
{
border-color: #57DCFE;
}
.TagClassName
{
border-color: #57DCFE;
}
</style>