Shades of Turquoise Blue #5BCCE6
Tints of Turquoise Blue #5BCCE6
RGB
CMYK
RGB Variations
Color information
#5BCCE6 (or 0x5BCCE6) is known color: Turquoise Blue. HEX triplet: 5B, CC and E6. RGB value is (91,204,230). Sum of RGB (Red+Green+Blue) = 91+204+230=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BCCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCE6 is #A43319. Grayscale: #ACACAC. Windows color (decimal): -10760986 or 15125595. OLE color: 15125595.
HSL color Cylindrical-coordinate representation of color #5BCCE6: hue angle of 191.22º 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 #5BCCE6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 204 | 230 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.10 |
| HSL | 191.22º | 0.74% | 0.63% | - |
| HSV(B) | 191.22º | 0.6% | 0.9% | - |
| XYZ | 40.19 | 51.12 | 82.61 | - |
| YUV | 173.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 230 | 0.60 | 0.11 | 0 | 0.10 | 191.22 | 0.74 | 0.63 |
| Hex | 5B | CC | E6 | 3C | B | 0 | A | BF | 4A | 3F |
| Octal | 133 | 314 | 346 | 74 | 13 | 0 | 12 | 277 | 112 | 77 |
| Binary | 1011011 | 11001100 | 11100110 | 111100 | 1011 | 0 | 1010 | 10111111 | 1001010 | 111111 |
Color Harmonies of #5BCCE6
Complementary color
Monochromatic Colors of #5BCCE6
Black with #5BCCE6
Text Example
Text Example
White with #5BCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCE6; }
p { color: rgb(91,204,230); }
H1.HeaderClassName
{
color: #5BCCE6;
}
.AnyTagClassName
{
color: #5BCCE6;
}
</style>
background-color css
<style>
a { background-color: #5BCCE6; }
a { background-color: rgb(91,204,230); }
div.DivClassName
{
background-color: #5BCCE6;
}
.BgClassName
{
background-color: #5BCCE6;
}
</style>
border-color css
<style>
span { border-color: #5BCCE6; }
span { border-color: rgb(91,204,230); }
td.TdClassName
{
border-color: #5BCCE6;
}
.TagClassName
{
border-color: #5BCCE6;
}
</style>