Shades of Turquoise Blue #5BCBEE
Tints of Turquoise Blue #5BCBEE
RGB
CMYK
RGB Variations
Color information
#5BCBEE (or 0x5BCBEE) is known color: Turquoise Blue. HEX triplet: 5B, CB and EE. RGB value is (91,203,238). Sum of RGB (Red+Green+Blue) = 91+203+238=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BCBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCBEE is #A43411. Grayscale: #ADADAD. Windows color (decimal): -10761234 or 15649627. OLE color: 15649627.
HSL color Cylindrical-coordinate representation of color #5BCBEE: hue angle of 194.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCBEE is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 203 | 238 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.07 |
| HSL | 194.29º | 0.81% | 0.65% | - |
| HSV(B) | 194.29º | 0.62% | 0.93% | - |
| XYZ | 41.1 | 51.11 | 88.59 | - |
| YUV | 173.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 238 | 0.62 | 0.15 | 0 | 0.07 | 194.29 | 0.81 | 0.65 |
| Hex | 5B | CB | EE | 3E | F | 0 | 7 | C2 | 51 | 41 |
| Octal | 133 | 313 | 356 | 76 | 17 | 0 | 7 | 302 | 121 | 101 |
| Binary | 1011011 | 11001011 | 11101110 | 111110 | 1111 | 0 | 111 | 11000010 | 1010001 | 1000001 |
Color Harmonies of #5BCBEE
Complementary color
Monochromatic Colors of #5BCBEE
Black with #5BCBEE
Text Example
Text Example
White with #5BCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBEE; }
p { color: rgb(91,203,238); }
H1.HeaderClassName
{
color: #5BCBEE;
}
.AnyTagClassName
{
color: #5BCBEE;
}
</style>
background-color css
<style>
a { background-color: #5BCBEE; }
a { background-color: rgb(91,203,238); }
div.DivClassName
{
background-color: #5BCBEE;
}
.BgClassName
{
background-color: #5BCBEE;
}
</style>
border-color css
<style>
span { border-color: #5BCBEE; }
span { border-color: rgb(91,203,238); }
td.TdClassName
{
border-color: #5BCBEE;
}
.TagClassName
{
border-color: #5BCBEE;
}
</style>