Shades of Turquoise Blue #57DCDF
Tints of Turquoise Blue #57DCDF
RGB
CMYK
RGB Variations
Color information
#57DCDF (or 0x57DCDF) is known color: Turquoise Blue. HEX triplet: 57, DC and DF. RGB value is (87,220,223). Sum of RGB (Red+Green+Blue) = 87+220+223=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #57DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCDF is #A82320. Grayscale: #B4B4B4. Windows color (decimal): -11019041 or 14670935. OLE color: 14670935.
HSL color Cylindrical-coordinate representation of color #57DCDF: hue angle of 181.32º 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 #57DCDF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 220 | 223 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.13 |
| HSL | 181.32º | 0.68% | 0.61% | - |
| HSV(B) | 181.32º | 0.61% | 0.87% | - |
| XYZ | 42.84 | 58.54 | 78.85 | - |
| YUV | 180.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 223 | 0.61 | 0.01 | 0 | 0.13 | 181.32 | 0.68 | 0.61 |
| Hex | 57 | DC | DF | 3D | 1 | 0 | D | B5 | 44 | 3D |
| Octal | 127 | 334 | 337 | 75 | 1 | 0 | 15 | 265 | 104 | 75 |
| Binary | 1010111 | 11011100 | 11011111 | 111101 | 1 | 0 | 1101 | 10110101 | 1000100 | 111101 |
Color Harmonies of #57DCDF
Complementary color
Monochromatic Colors of #57DCDF
Black with #57DCDF
Text Example
Text Example
White with #57DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCDF; }
p { color: rgb(87,220,223); }
H1.HeaderClassName
{
color: #57DCDF;
}
.AnyTagClassName
{
color: #57DCDF;
}
</style>
background-color css
<style>
a { background-color: #57DCDF; }
a { background-color: rgb(87,220,223); }
div.DivClassName
{
background-color: #57DCDF;
}
.BgClassName
{
background-color: #57DCDF;
}
</style>
border-color css
<style>
span { border-color: #57DCDF; }
span { border-color: rgb(87,220,223); }
td.TdClassName
{
border-color: #57DCDF;
}
.TagClassName
{
border-color: #57DCDF;
}
</style>