Shades of Turquoise Blue #5BCDEF
Tints of Turquoise Blue #5BCDEF
RGB
CMYK
RGB Variations
Color information
#5BCDEF (or 0x5BCDEF) is known color: Turquoise Blue. HEX triplet: 5B, CD and EF. RGB value is (91,205,239). Sum of RGB (Red+Green+Blue) = 91+205+239=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDEF is #A43210. Grayscale: #AEAEAE. Windows color (decimal): -10760721 or 15715675. OLE color: 15715675.
HSL color Cylindrical-coordinate representation of color #5BCDEF: hue angle of 193.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCDEF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 205 | 239 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.06 |
| HSL | 193.78º | 0.82% | 0.65% | - |
| HSV(B) | 193.78º | 0.62% | 0.94% | - |
| XYZ | 41.73 | 52.12 | 89.52 | - |
| YUV | 174.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 239 | 0.62 | 0.14 | 0 | 0.06 | 193.78 | 0.82 | 0.65 |
| Hex | 5B | CD | EF | 3E | E | 0 | 6 | C2 | 52 | 41 |
| Octal | 133 | 315 | 357 | 76 | 16 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011011 | 11001101 | 11101111 | 111110 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5BCDEF
Complementary color
Monochromatic Colors of #5BCDEF
Black with #5BCDEF
Text Example
Text Example
White with #5BCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDEF; }
p { color: rgb(91,205,239); }
H1.HeaderClassName
{
color: #5BCDEF;
}
.AnyTagClassName
{
color: #5BCDEF;
}
</style>
background-color css
<style>
a { background-color: #5BCDEF; }
a { background-color: rgb(91,205,239); }
div.DivClassName
{
background-color: #5BCDEF;
}
.BgClassName
{
background-color: #5BCDEF;
}
</style>
border-color css
<style>
span { border-color: #5BCDEF; }
span { border-color: rgb(91,205,239); }
td.TdClassName
{
border-color: #5BCDEF;
}
.TagClassName
{
border-color: #5BCDEF;
}
</style>