Shades of Turquoise Blue #5BCFEB
Tints of Turquoise Blue #5BCFEB
RGB
CMYK
RGB Variations
Color information
#5BCFEB (or 0x5BCFEB) is known color: Turquoise Blue. HEX triplet: 5B, CF and EB. RGB value is (91,207,235). Sum of RGB (Red+Green+Blue) = 91+207+235=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFEB is #A43014. Grayscale: #AFAFAF. Windows color (decimal): -10760213 or 15454043. OLE color: 15454043.
HSL color Cylindrical-coordinate representation of color #5BCFEB: hue angle of 191.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BCFEB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 207 | 235 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.08 |
| HSL | 191.67º | 0.78% | 0.64% | - |
| HSV(B) | 191.67º | 0.61% | 0.92% | - |
| XYZ | 41.62 | 52.85 | 86.6 | - |
| YUV | 175.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 235 | 0.61 | 0.12 | 0 | 0.08 | 191.67 | 0.78 | 0.64 |
| Hex | 5B | CF | EB | 3D | C | 0 | 8 | C0 | 4E | 40 |
| Octal | 133 | 317 | 353 | 75 | 14 | 0 | 10 | 300 | 116 | 100 |
| Binary | 1011011 | 11001111 | 11101011 | 111101 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000000 |
Color Harmonies of #5BCFEB
Complementary color
Monochromatic Colors of #5BCFEB
Black with #5BCFEB
Text Example
Text Example
White with #5BCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFEB; }
p { color: rgb(91,207,235); }
H1.HeaderClassName
{
color: #5BCFEB;
}
.AnyTagClassName
{
color: #5BCFEB;
}
</style>
background-color css
<style>
a { background-color: #5BCFEB; }
a { background-color: rgb(91,207,235); }
div.DivClassName
{
background-color: #5BCFEB;
}
.BgClassName
{
background-color: #5BCFEB;
}
</style>
border-color css
<style>
span { border-color: #5BCFEB; }
span { border-color: rgb(91,207,235); }
td.TdClassName
{
border-color: #5BCFEB;
}
.TagClassName
{
border-color: #5BCFEB;
}
</style>