Shades of Turquoise #57FCDF
Tints of Turquoise #57FCDF
RGB
CMYK
RGB Variations
Color information
#57FCDF (or 0x57FCDF) is known color: Turquoise. HEX triplet: 57, FC and DF. RGB value is (87,252,223). Sum of RGB (Red+Green+Blue) = 87+252+223=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCDF is #A80320. Grayscale: #C7C7C7. Windows color (decimal): -11010849 or 14679127. OLE color: 14679127.
HSL color Cylindrical-coordinate representation of color #57FCDF: hue angle of 169.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCDF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 223 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.01 |
| HSL | 169.45º | 0.96% | 0.66% | - |
| HSV(B) | 169.45º | 0.65% | 0.99% | - |
| XYZ | 52.06 | 76.97 | 81.93 | - |
| YUV | 199.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 223 | 0.65 | 0 | 0.12 | 0.01 | 169.45 | 0.96 | 0.66 |
| Hex | 57 | FC | DF | 41 | 0 | C | 1 | A9 | 60 | 42 |
| Octal | 127 | 374 | 337 | 101 | 0 | 14 | 1 | 251 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11011111 | 1000001 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000010 |
Color Harmonies of #57FCDF
Complementary color
Monochromatic Colors of #57FCDF
Black with #57FCDF
Text Example
Text Example
White with #57FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCDF; }
p { color: rgb(87,252,223); }
H1.HeaderClassName
{
color: #57FCDF;
}
.AnyTagClassName
{
color: #57FCDF;
}
</style>
background-color css
<style>
a { background-color: #57FCDF; }
a { background-color: rgb(87,252,223); }
div.DivClassName
{
background-color: #57FCDF;
}
.BgClassName
{
background-color: #57FCDF;
}
</style>
border-color css
<style>
span { border-color: #57FCDF; }
span { border-color: rgb(87,252,223); }
td.TdClassName
{
border-color: #57FCDF;
}
.TagClassName
{
border-color: #57FCDF;
}
</style>