Shades of Turquoise Blue #56CFE4
Tints of Turquoise Blue #56CFE4
RGB
CMYK
RGB Variations
Color information
#56CFE4 (or 0x56CFE4) is known color: Turquoise Blue. HEX triplet: 56, CF and E4. RGB value is (86,207,228). Sum of RGB (Red+Green+Blue) = 86+207+228=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #56CFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFE4 is #A9301B. Grayscale: #ADADAD. Windows color (decimal): -11087900 or 14995286. OLE color: 14995286.
HSL color Cylindrical-coordinate representation of color #56CFE4: hue angle of 188.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56CFE4 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 207 | 228 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.11 |
| HSL | 188.87º | 0.72% | 0.62% | - |
| HSV(B) | 188.87º | 0.62% | 0.89% | - |
| XYZ | 40.15 | 52.21 | 81.36 | - |
| YUV | 173.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 228 | 0.62 | 0.09 | 0 | 0.11 | 188.87 | 0.72 | 0.62 |
| Hex | 56 | CF | E4 | 3E | 9 | 0 | B | BD | 48 | 3E |
| Octal | 126 | 317 | 344 | 76 | 11 | 0 | 13 | 275 | 110 | 76 |
| Binary | 1010110 | 11001111 | 11100100 | 111110 | 1001 | 0 | 1011 | 10111101 | 1001000 | 111110 |
Color Harmonies of #56CFE4
Complementary color
Monochromatic Colors of #56CFE4
Black with #56CFE4
Text Example
Text Example
White with #56CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFE4; }
p { color: rgb(86,207,228); }
H1.HeaderClassName
{
color: #56CFE4;
}
.AnyTagClassName
{
color: #56CFE4;
}
</style>
background-color css
<style>
a { background-color: #56CFE4; }
a { background-color: rgb(86,207,228); }
div.DivClassName
{
background-color: #56CFE4;
}
.BgClassName
{
background-color: #56CFE4;
}
</style>
border-color css
<style>
span { border-color: #56CFE4; }
span { border-color: rgb(86,207,228); }
td.TdClassName
{
border-color: #56CFE4;
}
.TagClassName
{
border-color: #56CFE4;
}
</style>