Shades of Turquoise #57FFDC
Tints of Turquoise #57FFDC
RGB
CMYK
RGB Variations
Color information
#57FFDC (or 0x57FFDC) is known color: Turquoise. HEX triplet: 57, FF and DC. RGB value is (87,255,220). Sum of RGB (Red+Green+Blue) = 87+255+220=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFDC is #A80023. Grayscale: #C8C8C8. Windows color (decimal): -11010084 or 14483287. OLE color: 14483287.
HSL color Cylindrical-coordinate representation of color #57FFDC: hue angle of 167.5º 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 #57FFDC is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 220 | - |
| CMYK | 0.66 | 0 | 0.14 | 0 |
| HSL | 167.5º | 1% | 0.67% | - |
| HSV(B) | 167.5º | 0.66% | 1% | - |
| XYZ | 52.61 | 78.71 | 80.13 | - |
| YUV | 200.78 | 138.84 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 220 | 0.66 | 0 | 0.14 | 0 | 167.5 | 1 | 0.67 |
| Hex | 57 | FF | DC | 42 | 0 | E | 0 | A8 | 64 | 43 |
| Octal | 127 | 377 | 334 | 102 | 0 | 16 | 0 | 250 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11011100 | 1000010 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000011 |
Color Harmonies of #57FFDC
Complementary color
Monochromatic Colors of #57FFDC
Black with #57FFDC
Text Example
Text Example
White with #57FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFDC; }
p { color: rgb(87,255,220); }
H1.HeaderClassName
{
color: #57FFDC;
}
.AnyTagClassName
{
color: #57FFDC;
}
</style>
background-color css
<style>
a { background-color: #57FFDC; }
a { background-color: rgb(87,255,220); }
div.DivClassName
{
background-color: #57FFDC;
}
.BgClassName
{
background-color: #57FFDC;
}
</style>
border-color css
<style>
span { border-color: #57FFDC; }
span { border-color: rgb(87,255,220); }
td.TdClassName
{
border-color: #57FFDC;
}
.TagClassName
{
border-color: #57FFDC;
}
</style>