Shades of Turquoise Blue #5BCFEC
Tints of Turquoise Blue #5BCFEC
RGB
CMYK
RGB Variations
Color information
#5BCFEC (or 0x5BCFEC) is known color: Turquoise Blue. HEX triplet: 5B, CF and EC. RGB value is (91,207,236). Sum of RGB (Red+Green+Blue) = 91+207+236=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFEC is #A43013. Grayscale: #AFAFAF. Windows color (decimal): -10760212 or 15519579. OLE color: 15519579.
HSL color Cylindrical-coordinate representation of color #5BCFEC: hue angle of 192º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCFEC is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 207 | 236 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.07 |
| HSL | 192º | 0.79% | 0.64% | - |
| HSV(B) | 192º | 0.61% | 0.93% | - |
| XYZ | 41.77 | 52.91 | 87.37 | - |
| YUV | 175.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 236 | 0.61 | 0.12 | 0 | 0.07 | 192 | 0.79 | 0.64 |
| Hex | 5B | CF | EC | 3D | C | 0 | 7 | C0 | 4F | 40 |
| Octal | 133 | 317 | 354 | 75 | 14 | 0 | 7 | 300 | 117 | 100 |
| Binary | 1011011 | 11001111 | 11101100 | 111101 | 1100 | 0 | 111 | 11000000 | 1001111 | 1000000 |
Color Harmonies of #5BCFEC
Complementary color
Monochromatic Colors of #5BCFEC
Black with #5BCFEC
Text Example
Text Example
White with #5BCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFEC; }
p { color: rgb(91,207,236); }
H1.HeaderClassName
{
color: #5BCFEC;
}
.AnyTagClassName
{
color: #5BCFEC;
}
</style>
background-color css
<style>
a { background-color: #5BCFEC; }
a { background-color: rgb(91,207,236); }
div.DivClassName
{
background-color: #5BCFEC;
}
.BgClassName
{
background-color: #5BCFEC;
}
</style>
border-color css
<style>
span { border-color: #5BCFEC; }
span { border-color: rgb(91,207,236); }
td.TdClassName
{
border-color: #5BCFEC;
}
.TagClassName
{
border-color: #5BCFEC;
}
</style>