Shades of Turquoise Blue #5BCEEB
Tints of Turquoise Blue #5BCEEB
RGB
CMYK
RGB Variations
Color information
#5BCEEB (or 0x5BCEEB) is known color: Turquoise Blue. HEX triplet: 5B, CE and EB. RGB value is (91,206,235). Sum of RGB (Red+Green+Blue) = 91+206+235=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEEB is #A43114. Grayscale: #AEAEAE. Windows color (decimal): -10760469 or 15453787. OLE color: 15453787.
HSL color Cylindrical-coordinate representation of color #5BCEEB: hue angle of 192.08º 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 #5BCEEB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 206 | 235 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.08 |
| HSL | 192.08º | 0.78% | 0.64% | - |
| HSV(B) | 192.08º | 0.61% | 0.92% | - |
| XYZ | 41.38 | 52.36 | 86.52 | - |
| YUV | 174.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 235 | 0.61 | 0.12 | 0 | 0.08 | 192.08 | 0.78 | 0.64 |
| Hex | 5B | CE | EB | 3D | C | 0 | 8 | C0 | 4E | 40 |
| Octal | 133 | 316 | 353 | 75 | 14 | 0 | 10 | 300 | 116 | 100 |
| Binary | 1011011 | 11001110 | 11101011 | 111101 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000000 |
Color Harmonies of #5BCEEB
Complementary color
Monochromatic Colors of #5BCEEB
Black with #5BCEEB
Text Example
Text Example
White with #5BCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEEB; }
p { color: rgb(91,206,235); }
H1.HeaderClassName
{
color: #5BCEEB;
}
.AnyTagClassName
{
color: #5BCEEB;
}
</style>
background-color css
<style>
a { background-color: #5BCEEB; }
a { background-color: rgb(91,206,235); }
div.DivClassName
{
background-color: #5BCEEB;
}
.BgClassName
{
background-color: #5BCEEB;
}
</style>
border-color css
<style>
span { border-color: #5BCEEB; }
span { border-color: rgb(91,206,235); }
td.TdClassName
{
border-color: #5BCEEB;
}
.TagClassName
{
border-color: #5BCEEB;
}
</style>