Shades of Turquoise Blue #57DDDD
Tints of Turquoise Blue #57DDDD
RGB
CMYK
RGB Variations
Color information
#57DDDD (or 0x57DDDD) is known color: Turquoise Blue. HEX triplet: 57, DD and DD. RGB value is (87,221,221). Sum of RGB (Red+Green+Blue) = 87+221+221=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #57DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDD is #A82222. Grayscale: #B4B4B4. Windows color (decimal): -11018787 or 14540119. OLE color: 14540119.
HSL color Cylindrical-coordinate representation of color #57DDDD: hue angle of 180º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDDD is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 221 | - |
| CMYK | 0.61 | 0 | 0 | 0.13 |
| HSL | 180º | 0.66% | 0.6% | - |
| HSV(B) | 180º | 0.61% | 0.87% | - |
| XYZ | 42.84 | 58.96 | 77.53 | - |
| YUV | 180.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 221 | 0.61 | 0 | 0 | 0.13 | 180 | 0.66 | 0.6 |
| Hex | 57 | DD | DD | 3D | 0 | 0 | D | B4 | 42 | 3C |
| Octal | 127 | 335 | 335 | 75 | 0 | 0 | 15 | 264 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11011101 | 111101 | 0 | 0 | 1101 | 10110100 | 1000010 | 111100 |
Color Harmonies of #57DDDD
Complementary color
Monochromatic Colors of #57DDDD
Black with #57DDDD
Text Example
Text Example
White with #57DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDDD; }
p { color: rgb(87,221,221); }
H1.HeaderClassName
{
color: #57DDDD;
}
.AnyTagClassName
{
color: #57DDDD;
}
</style>
background-color css
<style>
a { background-color: #57DDDD; }
a { background-color: rgb(87,221,221); }
div.DivClassName
{
background-color: #57DDDD;
}
.BgClassName
{
background-color: #57DDDD;
}
</style>
border-color css
<style>
span { border-color: #57DDDD; }
span { border-color: rgb(87,221,221); }
td.TdClassName
{
border-color: #57DDDD;
}
.TagClassName
{
border-color: #57DDDD;
}
</style>