Shades of Turquoise Blue #57DDEB
Tints of Turquoise Blue #57DDEB
RGB
CMYK
RGB Variations
Color information
#57DDEB (or 0x57DDEB) is known color: Turquoise Blue. HEX triplet: 57, DD and EB. RGB value is (87,221,235). Sum of RGB (Red+Green+Blue) = 87+221+235=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #57DDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DDEB is #A82214. Grayscale: #B6B6B6. Windows color (decimal): -11018773 or 15457623. OLE color: 15457623.
HSL color Cylindrical-coordinate representation of color #57DDEB: hue angle of 185.68º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DDEB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 221 | 235 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.08 |
| HSL | 185.68º | 0.79% | 0.63% | - |
| HSV(B) | 185.68º | 0.63% | 0.92% | - |
| XYZ | 44.78 | 59.74 | 87.77 | - |
| YUV | 182.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 235 | 0.63 | 0.06 | 0 | 0.08 | 185.68 | 0.79 | 0.63 |
| Hex | 57 | DD | EB | 3F | 6 | 0 | 8 | BA | 4F | 3F |
| Octal | 127 | 335 | 353 | 77 | 6 | 0 | 10 | 272 | 117 | 77 |
| Binary | 1010111 | 11011101 | 11101011 | 111111 | 110 | 0 | 1000 | 10111010 | 1001111 | 111111 |
Color Harmonies of #57DDEB
Complementary color
Monochromatic Colors of #57DDEB
Black with #57DDEB
Text Example
Text Example
White with #57DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDEB; }
p { color: rgb(87,221,235); }
H1.HeaderClassName
{
color: #57DDEB;
}
.AnyTagClassName
{
color: #57DDEB;
}
</style>
background-color css
<style>
a { background-color: #57DDEB; }
a { background-color: rgb(87,221,235); }
div.DivClassName
{
background-color: #57DDEB;
}
.BgClassName
{
background-color: #57DDEB;
}
</style>
border-color css
<style>
span { border-color: #57DDEB; }
span { border-color: rgb(87,221,235); }
td.TdClassName
{
border-color: #57DDEB;
}
.TagClassName
{
border-color: #57DDEB;
}
</style>