Shades of Turquoise Blue #5BCCEE
Tints of Turquoise Blue #5BCCEE
RGB
CMYK
RGB Variations
Color information
#5BCCEE (or 0x5BCCEE) is known color: Turquoise Blue. HEX triplet: 5B, CC and EE. RGB value is (91,204,238). Sum of RGB (Red+Green+Blue) = 91+204+238=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BCCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCCEE is #A43311. Grayscale: #ADADAD. Windows color (decimal): -10760978 or 15649883. OLE color: 15649883.
HSL color Cylindrical-coordinate representation of color #5BCCEE: hue angle of 193.88º 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 #5BCCEE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 204 | 238 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.07 |
| HSL | 193.88º | 0.81% | 0.65% | - |
| HSV(B) | 193.88º | 0.62% | 0.93% | - |
| XYZ | 41.34 | 51.58 | 88.67 | - |
| YUV | 174.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 238 | 0.62 | 0.14 | 0 | 0.07 | 193.88 | 0.81 | 0.65 |
| Hex | 5B | CC | EE | 3E | E | 0 | 7 | C2 | 51 | 41 |
| Octal | 133 | 314 | 356 | 76 | 16 | 0 | 7 | 302 | 121 | 101 |
| Binary | 1011011 | 11001100 | 11101110 | 111110 | 1110 | 0 | 111 | 11000010 | 1010001 | 1000001 |
Color Harmonies of #5BCCEE
Complementary color
Monochromatic Colors of #5BCCEE
Black with #5BCCEE
Text Example
Text Example
White with #5BCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCEE; }
p { color: rgb(91,204,238); }
H1.HeaderClassName
{
color: #5BCCEE;
}
.AnyTagClassName
{
color: #5BCCEE;
}
</style>
background-color css
<style>
a { background-color: #5BCCEE; }
a { background-color: rgb(91,204,238); }
div.DivClassName
{
background-color: #5BCCEE;
}
.BgClassName
{
background-color: #5BCCEE;
}
</style>
border-color css
<style>
span { border-color: #5BCCEE; }
span { border-color: rgb(91,204,238); }
td.TdClassName
{
border-color: #5BCCEE;
}
.TagClassName
{
border-color: #5BCCEE;
}
</style>