Shades of Turquoise Blue #5BCEEE
Tints of Turquoise Blue #5BCEEE
RGB
CMYK
RGB Variations
Color information
#5BCEEE (or 0x5BCEEE) is known color: Turquoise Blue. HEX triplet: 5B, CE and EE. RGB value is (91,206,238). Sum of RGB (Red+Green+Blue) = 91+206+238=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEEE is #A43111. Grayscale: #AFAFAF. Windows color (decimal): -10760466 or 15650395. OLE color: 15650395.
HSL color Cylindrical-coordinate representation of color #5BCEEE: hue angle of 193.06º 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 #5BCEEE is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 206 | 238 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.07 |
| HSL | 193.06º | 0.81% | 0.65% | - |
| HSV(B) | 193.06º | 0.62% | 0.93% | - |
| XYZ | 41.82 | 52.54 | 88.83 | - |
| YUV | 175.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 238 | 0.62 | 0.13 | 0 | 0.07 | 193.06 | 0.81 | 0.65 |
| Hex | 5B | CE | EE | 3E | D | 0 | 7 | C1 | 51 | 41 |
| Octal | 133 | 316 | 356 | 76 | 15 | 0 | 7 | 301 | 121 | 101 |
| Binary | 1011011 | 11001110 | 11101110 | 111110 | 1101 | 0 | 111 | 11000001 | 1010001 | 1000001 |
Color Harmonies of #5BCEEE
Complementary color
Monochromatic Colors of #5BCEEE
Black with #5BCEEE
Text Example
Text Example
White with #5BCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEEE; }
p { color: rgb(91,206,238); }
H1.HeaderClassName
{
color: #5BCEEE;
}
.AnyTagClassName
{
color: #5BCEEE;
}
</style>
background-color css
<style>
a { background-color: #5BCEEE; }
a { background-color: rgb(91,206,238); }
div.DivClassName
{
background-color: #5BCEEE;
}
.BgClassName
{
background-color: #5BCEEE;
}
</style>
border-color css
<style>
span { border-color: #5BCEEE; }
span { border-color: rgb(91,206,238); }
td.TdClassName
{
border-color: #5BCEEE;
}
.TagClassName
{
border-color: #5BCEEE;
}
</style>