Shades of Turquoise Blue #56CFEF
Tints of Turquoise Blue #56CFEF
RGB
CMYK
RGB Variations
Color information
#56CFEF (or 0x56CFEF) is known color: Turquoise Blue. HEX triplet: 56, CF and EF. RGB value is (86,207,239). Sum of RGB (Red+Green+Blue) = 86+207+239=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #56CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFEF is #A93010. Grayscale: #AEAEAE. Windows color (decimal): -11087889 or 15716182. OLE color: 15716182.
HSL color Cylindrical-coordinate representation of color #56CFEF: hue angle of 192.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CFEF is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 207 | 239 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.06 |
| HSL | 192.55º | 0.83% | 0.64% | - |
| HSV(B) | 192.55º | 0.64% | 0.94% | - |
| XYZ | 41.73 | 52.84 | 89.66 | - |
| YUV | 174.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 239 | 0.64 | 0.13 | 0 | 0.06 | 192.55 | 0.83 | 0.64 |
| Hex | 56 | CF | EF | 40 | D | 0 | 6 | C1 | 53 | 40 |
| Octal | 126 | 317 | 357 | 100 | 15 | 0 | 6 | 301 | 123 | 100 |
| Binary | 1010110 | 11001111 | 11101111 | 1000000 | 1101 | 0 | 110 | 11000001 | 1010011 | 1000000 |
Color Harmonies of #56CFEF
Complementary color
Monochromatic Colors of #56CFEF
Black with #56CFEF
Text Example
Text Example
White with #56CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFEF; }
p { color: rgb(86,207,239); }
H1.HeaderClassName
{
color: #56CFEF;
}
.AnyTagClassName
{
color: #56CFEF;
}
</style>
background-color css
<style>
a { background-color: #56CFEF; }
a { background-color: rgb(86,207,239); }
div.DivClassName
{
background-color: #56CFEF;
}
.BgClassName
{
background-color: #56CFEF;
}
</style>
border-color css
<style>
span { border-color: #56CFEF; }
span { border-color: rgb(86,207,239); }
td.TdClassName
{
border-color: #56CFEF;
}
.TagClassName
{
border-color: #56CFEF;
}
</style>