Shades of Turquoise #56FCCF
Tints of Turquoise #56FCCF
RGB
CMYK
RGB Variations
Color information
#56FCCF (or 0x56FCCF) is known color: Turquoise. HEX triplet: 56, FC and CF. RGB value is (86,252,207). Sum of RGB (Red+Green+Blue) = 86+252+207=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCCF is #A90330. Grayscale: #C5C5C5. Windows color (decimal): -11076401 or 13630550. OLE color: 13630550.
HSL color Cylindrical-coordinate representation of color #56FCCF: hue angle of 163.73º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FCCF is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 207 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.01 |
| HSL | 163.73º | 0.97% | 0.66% | - |
| HSV(B) | 163.73º | 0.66% | 0.99% | - |
| XYZ | 49.91 | 76.1 | 71.09 | - |
| YUV | 197.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 207 | 0.66 | 0 | 0.18 | 0.01 | 163.73 | 0.97 | 0.66 |
| Hex | 56 | FC | CF | 42 | 0 | 12 | 1 | A4 | 61 | 42 |
| Octal | 126 | 374 | 317 | 102 | 0 | 22 | 1 | 244 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11001111 | 1000010 | 0 | 10010 | 1 | 10100100 | 1100001 | 1000010 |
Color Harmonies of #56FCCF
Complementary color
Monochromatic Colors of #56FCCF
Black with #56FCCF
Text Example
Text Example
White with #56FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCCF; }
p { color: rgb(86,252,207); }
H1.HeaderClassName
{
color: #56FCCF;
}
.AnyTagClassName
{
color: #56FCCF;
}
</style>
background-color css
<style>
a { background-color: #56FCCF; }
a { background-color: rgb(86,252,207); }
div.DivClassName
{
background-color: #56FCCF;
}
.BgClassName
{
background-color: #56FCCF;
}
</style>
border-color css
<style>
span { border-color: #56FCCF; }
span { border-color: rgb(86,252,207); }
td.TdClassName
{
border-color: #56FCCF;
}
.TagClassName
{
border-color: #56FCCF;
}
</style>