Shades of Turquoise #57FCCF
Tints of Turquoise #57FCCF
RGB
CMYK
RGB Variations
Color information
#57FCCF (or 0x57FCCF) is known color: Turquoise. HEX triplet: 57, FC and CF. RGB value is (87,252,207). Sum of RGB (Red+Green+Blue) = 87+252+207=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCCF is #A80330. Grayscale: #C5C5C5. Windows color (decimal): -11010865 or 13630551. OLE color: 13630551.
HSL color Cylindrical-coordinate representation of color #57FCCF: hue angle of 163.64º 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 #57FCCF is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 207 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.01 |
| HSL | 163.64º | 0.96% | 0.66% | - |
| HSV(B) | 163.64º | 0.65% | 0.99% | - |
| XYZ | 50 | 76.15 | 71.09 | - |
| YUV | 197.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 207 | 0.65 | 0 | 0.18 | 0.01 | 163.64 | 0.96 | 0.66 |
| Hex | 57 | FC | CF | 41 | 0 | 12 | 1 | A4 | 60 | 42 |
| Octal | 127 | 374 | 317 | 101 | 0 | 22 | 1 | 244 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11001111 | 1000001 | 0 | 10010 | 1 | 10100100 | 1100000 | 1000010 |
Color Harmonies of #57FCCF
Complementary color
Monochromatic Colors of #57FCCF
Black with #57FCCF
Text Example
Text Example
White with #57FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCCF; }
p { color: rgb(87,252,207); }
H1.HeaderClassName
{
color: #57FCCF;
}
.AnyTagClassName
{
color: #57FCCF;
}
</style>
background-color css
<style>
a { background-color: #57FCCF; }
a { background-color: rgb(87,252,207); }
div.DivClassName
{
background-color: #57FCCF;
}
.BgClassName
{
background-color: #57FCCF;
}
</style>
border-color css
<style>
span { border-color: #57FCCF; }
span { border-color: rgb(87,252,207); }
td.TdClassName
{
border-color: #57FCCF;
}
.TagClassName
{
border-color: #57FCCF;
}
</style>