Shades of Turquoise #57FCCD
Tints of Turquoise #57FCCD
RGB
CMYK
RGB Variations
Color information
#57FCCD (or 0x57FCCD) is known color: Turquoise. HEX triplet: 57, FC and CD. RGB value is (87,252,205). Sum of RGB (Red+Green+Blue) = 87+252+205=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCCD is #A80332. Grayscale: #C5C5C5. Windows color (decimal): -11010867 or 13499479. OLE color: 13499479.
HSL color Cylindrical-coordinate representation of color #57FCCD: hue angle of 162.91º 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 #57FCCD is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 205 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.01 |
| HSL | 162.91º | 0.96% | 0.66% | - |
| HSV(B) | 162.91º | 0.65% | 0.99% | - |
| XYZ | 49.76 | 76.05 | 69.82 | - |
| YUV | 197.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 205 | 0.65 | 0 | 0.19 | 0.01 | 162.91 | 0.96 | 0.66 |
| Hex | 57 | FC | CD | 41 | 0 | 13 | 1 | A3 | 60 | 42 |
| Octal | 127 | 374 | 315 | 101 | 0 | 23 | 1 | 243 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11001101 | 1000001 | 0 | 10011 | 1 | 10100011 | 1100000 | 1000010 |
Color Harmonies of #57FCCD
Complementary color
Monochromatic Colors of #57FCCD
Black with #57FCCD
Text Example
Text Example
White with #57FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCCD; }
p { color: rgb(87,252,205); }
H1.HeaderClassName
{
color: #57FCCD;
}
.AnyTagClassName
{
color: #57FCCD;
}
</style>
background-color css
<style>
a { background-color: #57FCCD; }
a { background-color: rgb(87,252,205); }
div.DivClassName
{
background-color: #57FCCD;
}
.BgClassName
{
background-color: #57FCCD;
}
</style>
border-color css
<style>
span { border-color: #57FCCD; }
span { border-color: rgb(87,252,205); }
td.TdClassName
{
border-color: #57FCCD;
}
.TagClassName
{
border-color: #57FCCD;
}
</style>