Shades of Turquoise Blue #57DDFF
Tints of Turquoise Blue #57DDFF
RGB
CMYK
RGB Variations
Color information
#57DDFF (or 0x57DDFF) is known color: Turquoise Blue. HEX triplet: 57, DD and FF. RGB value is (87,221,255). Sum of RGB (Red+Green+Blue) = 87+221+255=563 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.45% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DDFF is #A82200. Grayscale: #B8B8B8. Windows color (decimal): -11018753 or 16768343. OLE color: 16768343.
HSL color Cylindrical-coordinate representation of color #57DDFF: hue angle of 192.14º 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 #57DDFF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 221 | 255 | - |
| CMYK | 0.66 | 0.13 | 0 | 0 |
| HSL | 192.14º | 1% | 0.67% | - |
| HSV(B) | 192.14º | 0.66% | 1% | - |
| XYZ | 47.84 | 60.96 | 103.85 | - |
| YUV | 184.81 | 167.61 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 255 | 0.66 | 0.13 | 0 | 0 | 192.14 | 1 | 0.67 |
| Hex | 57 | DD | FF | 42 | D | 0 | 0 | C0 | 64 | 43 |
| Octal | 127 | 335 | 377 | 102 | 15 | 0 | 0 | 300 | 144 | 103 |
| Binary | 1010111 | 11011101 | 11111111 | 1000010 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000011 |
Color Harmonies of #57DDFF
Complementary color
Monochromatic Colors of #57DDFF
Black with #57DDFF
Text Example
Text Example
White with #57DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDFF; }
p { color: rgb(87,221,255); }
H1.HeaderClassName
{
color: #57DDFF;
}
.AnyTagClassName
{
color: #57DDFF;
}
</style>
background-color css
<style>
a { background-color: #57DDFF; }
a { background-color: rgb(87,221,255); }
div.DivClassName
{
background-color: #57DDFF;
}
.BgClassName
{
background-color: #57DDFF;
}
</style>
border-color css
<style>
span { border-color: #57DDFF; }
span { border-color: rgb(87,221,255); }
td.TdClassName
{
border-color: #57DDFF;
}
.TagClassName
{
border-color: #57DDFF;
}
</style>