Shades of Turquoise Blue #5BCAE6
Tints of Turquoise Blue #5BCAE6
RGB
CMYK
RGB Variations
Color information
#5BCAE6 (or 0x5BCAE6) is known color: Turquoise Blue. HEX triplet: 5B, CA and E6. RGB value is (91,202,230). Sum of RGB (Red+Green+Blue) = 91+202+230=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BCAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCAE6 is #A43519. Grayscale: #ABABAB. Windows color (decimal): -10761498 or 15125083. OLE color: 15125083.
HSL color Cylindrical-coordinate representation of color #5BCAE6: hue angle of 192.09º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCAE6 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 202 | 230 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.10 |
| HSL | 192.09º | 0.74% | 0.63% | - |
| HSV(B) | 192.09º | 0.6% | 0.9% | - |
| XYZ | 39.72 | 50.18 | 82.45 | - |
| YUV | 172 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 230 | 0.60 | 0.12 | 0 | 0.10 | 192.09 | 0.74 | 0.63 |
| Hex | 5B | CA | E6 | 3C | C | 0 | A | C0 | 4A | 3F |
| Octal | 133 | 312 | 346 | 74 | 14 | 0 | 12 | 300 | 112 | 77 |
| Binary | 1011011 | 11001010 | 11100110 | 111100 | 1100 | 0 | 1010 | 11000000 | 1001010 | 111111 |
Color Harmonies of #5BCAE6
Complementary color
Monochromatic Colors of #5BCAE6
Black with #5BCAE6
Text Example
Text Example
White with #5BCAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAE6; }
p { color: rgb(91,202,230); }
H1.HeaderClassName
{
color: #5BCAE6;
}
.AnyTagClassName
{
color: #5BCAE6;
}
</style>
background-color css
<style>
a { background-color: #5BCAE6; }
a { background-color: rgb(91,202,230); }
div.DivClassName
{
background-color: #5BCAE6;
}
.BgClassName
{
background-color: #5BCAE6;
}
</style>
border-color css
<style>
span { border-color: #5BCAE6; }
span { border-color: rgb(91,202,230); }
td.TdClassName
{
border-color: #5BCAE6;
}
.TagClassName
{
border-color: #5BCAE6;
}
</style>