Shades of Turquoise Blue #5BCEE3
Tints of Turquoise Blue #5BCEE3
RGB
CMYK
RGB Variations
Color information
#5BCEE3 (or 0x5BCEE3) is known color: Turquoise Blue. HEX triplet: 5B, CE and E3. RGB value is (91,206,227). Sum of RGB (Red+Green+Blue) = 91+206+227=524 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.37% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #5BCEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEE3 is #A4311C. Grayscale: #ADADAD. Windows color (decimal): -10760477 or 14929499. OLE color: 14929499.
HSL color Cylindrical-coordinate representation of color #5BCEE3: hue angle of 189.26º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCEE3 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 206 | 227 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.11 |
| HSL | 189.26º | 0.71% | 0.62% | - |
| HSV(B) | 189.26º | 0.6% | 0.89% | - |
| XYZ | 40.25 | 51.91 | 80.57 | - |
| YUV | 174.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 227 | 0.60 | 0.09 | 0 | 0.11 | 189.26 | 0.71 | 0.62 |
| Hex | 5B | CE | E3 | 3C | 9 | 0 | B | BD | 47 | 3E |
| Octal | 133 | 316 | 343 | 74 | 11 | 0 | 13 | 275 | 107 | 76 |
| Binary | 1011011 | 11001110 | 11100011 | 111100 | 1001 | 0 | 1011 | 10111101 | 1000111 | 111110 |
Color Harmonies of #5BCEE3
Complementary color
Monochromatic Colors of #5BCEE3
Black with #5BCEE3
Text Example
Text Example
White with #5BCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEE3; }
p { color: rgb(91,206,227); }
H1.HeaderClassName
{
color: #5BCEE3;
}
.AnyTagClassName
{
color: #5BCEE3;
}
</style>
background-color css
<style>
a { background-color: #5BCEE3; }
a { background-color: rgb(91,206,227); }
div.DivClassName
{
background-color: #5BCEE3;
}
.BgClassName
{
background-color: #5BCEE3;
}
</style>
border-color css
<style>
span { border-color: #5BCEE3; }
span { border-color: rgb(91,206,227); }
td.TdClassName
{
border-color: #5BCEE3;
}
.TagClassName
{
border-color: #5BCEE3;
}
</style>