Shades of Turquoise Blue #56CFDF
Tints of Turquoise Blue #56CFDF
RGB
CMYK
RGB Variations
Color information
#56CFDF (or 0x56CFDF) is known color: Turquoise Blue. HEX triplet: 56, CF and DF. RGB value is (86,207,223). Sum of RGB (Red+Green+Blue) = 86+207+223=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #56CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFDF is #A93020. Grayscale: #ACACAC. Windows color (decimal): -11087905 or 14667606. OLE color: 14667606.
HSL color Cylindrical-coordinate representation of color #56CFDF: hue angle of 187.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CFDF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 207 | 223 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.13 |
| HSL | 187.01º | 0.68% | 0.61% | - |
| HSV(B) | 187.01º | 0.61% | 0.87% | - |
| XYZ | 39.47 | 51.93 | 77.76 | - |
| YUV | 172.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 223 | 0.61 | 0.07 | 0 | 0.13 | 187.01 | 0.68 | 0.61 |
| Hex | 56 | CF | DF | 3D | 7 | 0 | D | BB | 44 | 3D |
| Octal | 126 | 317 | 337 | 75 | 7 | 0 | 15 | 273 | 104 | 75 |
| Binary | 1010110 | 11001111 | 11011111 | 111101 | 111 | 0 | 1101 | 10111011 | 1000100 | 111101 |
Color Harmonies of #56CFDF
Complementary color
Monochromatic Colors of #56CFDF
Black with #56CFDF
Text Example
Text Example
White with #56CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFDF; }
p { color: rgb(86,207,223); }
H1.HeaderClassName
{
color: #56CFDF;
}
.AnyTagClassName
{
color: #56CFDF;
}
</style>
background-color css
<style>
a { background-color: #56CFDF; }
a { background-color: rgb(86,207,223); }
div.DivClassName
{
background-color: #56CFDF;
}
.BgClassName
{
background-color: #56CFDF;
}
</style>
border-color css
<style>
span { border-color: #56CFDF; }
span { border-color: rgb(86,207,223); }
td.TdClassName
{
border-color: #56CFDF;
}
.TagClassName
{
border-color: #56CFDF;
}
</style>