Shades of Turquoise Blue #56CFF3
Tints of Turquoise Blue #56CFF3
RGB
CMYK
RGB Variations
Color information
#56CFF3 (or 0x56CFF3) is known color: Turquoise Blue. HEX triplet: 56, CF and F3. RGB value is (86,207,243). Sum of RGB (Red+Green+Blue) = 86+207+243=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #56CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFF3 is #A9300C. Grayscale: #AEAEAE. Windows color (decimal): -11087885 or 15978326. OLE color: 15978326.
HSL color Cylindrical-coordinate representation of color #56CFF3: hue angle of 193.76º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CFF3 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 207 | 243 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.05 |
| HSL | 193.76º | 0.87% | 0.65% | - |
| HSV(B) | 193.76º | 0.65% | 0.95% | - |
| XYZ | 42.33 | 53.08 | 92.81 | - |
| YUV | 174.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 243 | 0.65 | 0.15 | 0 | 0.05 | 193.76 | 0.87 | 0.65 |
| Hex | 56 | CF | F3 | 41 | F | 0 | 5 | C2 | 57 | 41 |
| Octal | 126 | 317 | 363 | 101 | 17 | 0 | 5 | 302 | 127 | 101 |
| Binary | 1010110 | 11001111 | 11110011 | 1000001 | 1111 | 0 | 101 | 11000010 | 1010111 | 1000001 |
Color Harmonies of #56CFF3
Complementary color
Monochromatic Colors of #56CFF3
Black with #56CFF3
Text Example
Text Example
White with #56CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFF3; }
p { color: rgb(86,207,243); }
H1.HeaderClassName
{
color: #56CFF3;
}
.AnyTagClassName
{
color: #56CFF3;
}
</style>
background-color css
<style>
a { background-color: #56CFF3; }
a { background-color: rgb(86,207,243); }
div.DivClassName
{
background-color: #56CFF3;
}
.BgClassName
{
background-color: #56CFF3;
}
</style>
border-color css
<style>
span { border-color: #56CFF3; }
span { border-color: rgb(86,207,243); }
td.TdClassName
{
border-color: #56CFF3;
}
.TagClassName
{
border-color: #56CFF3;
}
</style>