Shades of Turquoise Blue #57DFDD
Tints of Turquoise Blue #57DFDD
RGB
CMYK
RGB Variations
Color information
#57DFDD (or 0x57DFDD) is known color: Turquoise Blue. HEX triplet: 57, DF and DD. RGB value is (87,223,221). Sum of RGB (Red+Green+Blue) = 87+223+221=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #57DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DFDD is #A82022. Grayscale: #B5B5B5. Windows color (decimal): -11018275 or 14540631. OLE color: 14540631.
HSL color Cylindrical-coordinate representation of color #57DFDD: hue angle of 179.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DFDD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 221 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.68% | 0.61% | - |
| HSV(B) | 179.12º | 0.61% | 0.87% | - |
| XYZ | 43.37 | 60.02 | 77.71 | - |
| YUV | 182.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 221 | 0.61 | 0 | 0.01 | 0.13 | 179.12 | 0.68 | 0.61 |
| Hex | 57 | DF | DD | 3D | 0 | 1 | D | B3 | 44 | 3D |
| Octal | 127 | 337 | 335 | 75 | 0 | 1 | 15 | 263 | 104 | 75 |
| Binary | 1010111 | 11011111 | 11011101 | 111101 | 0 | 1 | 1101 | 10110011 | 1000100 | 111101 |
Color Harmonies of #57DFDD
Complementary color
Monochromatic Colors of #57DFDD
Black with #57DFDD
Text Example
Text Example
White with #57DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DFDD; }
p { color: rgb(87,223,221); }
H1.HeaderClassName
{
color: #57DFDD;
}
.AnyTagClassName
{
color: #57DFDD;
}
</style>
background-color css
<style>
a { background-color: #57DFDD; }
a { background-color: rgb(87,223,221); }
div.DivClassName
{
background-color: #57DFDD;
}
.BgClassName
{
background-color: #57DFDD;
}
</style>
border-color css
<style>
span { border-color: #57DFDD; }
span { border-color: rgb(87,223,221); }
td.TdClassName
{
border-color: #57DFDD;
}
.TagClassName
{
border-color: #57DFDD;
}
</style>