Shades of Turquoise #56FCDF
Tints of Turquoise #56FCDF
RGB
CMYK
RGB Variations
Color information
#56FCDF (or 0x56FCDF) is known color: Turquoise. HEX triplet: 56, FC and DF. RGB value is (86,252,223). Sum of RGB (Red+Green+Blue) = 86+252+223=561 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.33% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCDF is #A90320. Grayscale: #C7C7C7. Windows color (decimal): -11076385 or 14679126. OLE color: 14679126.
HSL color Cylindrical-coordinate representation of color #56FCDF: hue angle of 169.52º 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 #56FCDF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 223 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.01 |
| HSL | 169.52º | 0.97% | 0.66% | - |
| HSV(B) | 169.52º | 0.66% | 0.99% | - |
| XYZ | 51.97 | 76.93 | 81.92 | - |
| YUV | 199.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 223 | 0.66 | 0 | 0.12 | 0.01 | 169.52 | 0.97 | 0.66 |
| Hex | 56 | FC | DF | 42 | 0 | C | 1 | AA | 61 | 42 |
| Octal | 126 | 374 | 337 | 102 | 0 | 14 | 1 | 252 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11011111 | 1000010 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000010 |
Color Harmonies of #56FCDF
Complementary color
Monochromatic Colors of #56FCDF
Black with #56FCDF
Text Example
Text Example
White with #56FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCDF; }
p { color: rgb(86,252,223); }
H1.HeaderClassName
{
color: #56FCDF;
}
.AnyTagClassName
{
color: #56FCDF;
}
</style>
background-color css
<style>
a { background-color: #56FCDF; }
a { background-color: rgb(86,252,223); }
div.DivClassName
{
background-color: #56FCDF;
}
.BgClassName
{
background-color: #56FCDF;
}
</style>
border-color css
<style>
span { border-color: #56FCDF; }
span { border-color: rgb(86,252,223); }
td.TdClassName
{
border-color: #56FCDF;
}
.TagClassName
{
border-color: #56FCDF;
}
</style>