Shades of Turquoise Blue #57DCFF
Tints of Turquoise Blue #57DCFF
RGB
CMYK
RGB Variations
Color information
#57DCFF (or 0x57DCFF) is known color: Turquoise Blue. HEX triplet: 57, DC and FF. RGB value is (87,220,255). Sum of RGB (Red+Green+Blue) = 87+220+255=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCFF is #A82300. Grayscale: #B7B7B7. Windows color (decimal): -11019009 or 16768087. OLE color: 16768087.
HSL color Cylindrical-coordinate representation of color #57DCFF: hue angle of 192.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DCFF is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 220 | 255 | - |
| CMYK | 0.66 | 0.14 | 0 | 0 |
| HSL | 192.5º | 1% | 0.67% | - |
| HSV(B) | 192.5º | 0.66% | 1% | - |
| XYZ | 47.57 | 60.43 | 103.77 | - |
| YUV | 184.22 | 167.94 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 255 | 0.66 | 0.14 | 0 | 0 | 192.5 | 1 | 0.67 |
| Hex | 57 | DC | FF | 42 | E | 0 | 0 | C0 | 64 | 43 |
| Octal | 127 | 334 | 377 | 102 | 16 | 0 | 0 | 300 | 144 | 103 |
| Binary | 1010111 | 11011100 | 11111111 | 1000010 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000011 |
Color Harmonies of #57DCFF
Complementary color
Monochromatic Colors of #57DCFF
Black with #57DCFF
Text Example
Text Example
White with #57DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCFF; }
p { color: rgb(87,220,255); }
H1.HeaderClassName
{
color: #57DCFF;
}
.AnyTagClassName
{
color: #57DCFF;
}
</style>
background-color css
<style>
a { background-color: #57DCFF; }
a { background-color: rgb(87,220,255); }
div.DivClassName
{
background-color: #57DCFF;
}
.BgClassName
{
background-color: #57DCFF;
}
</style>
border-color css
<style>
span { border-color: #57DCFF; }
span { border-color: rgb(87,220,255); }
td.TdClassName
{
border-color: #57DCFF;
}
.TagClassName
{
border-color: #57DCFF;
}
</style>