Shades of Turquoise Blue #5BDCED
Tints of Turquoise Blue #5BDCED
RGB
CMYK
RGB Variations
Color information
#5BDCED (or 0x5BDCED) is known color: Turquoise Blue. HEX triplet: 5B, DC and ED. RGB value is (91,220,237). Sum of RGB (Red+Green+Blue) = 91+220+237=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDCED is #A42312. Grayscale: #B7B7B7. Windows color (decimal): -10756883 or 15588443. OLE color: 15588443.
HSL color Cylindrical-coordinate representation of color #5BDCED: hue angle of 186.99º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BDCED is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 220 | 237 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.07 |
| HSL | 186.99º | 0.8% | 0.64% | - |
| HSV(B) | 186.99º | 0.62% | 0.93% | - |
| XYZ | 45.19 | 59.52 | 89.23 | - |
| YUV | 183.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 237 | 0.62 | 0.07 | 0 | 0.07 | 186.99 | 0.8 | 0.64 |
| Hex | 5B | DC | ED | 3E | 7 | 0 | 7 | BB | 50 | 40 |
| Octal | 133 | 334 | 355 | 76 | 7 | 0 | 7 | 273 | 120 | 100 |
| Binary | 1011011 | 11011100 | 11101101 | 111110 | 111 | 0 | 111 | 10111011 | 1010000 | 1000000 |
Color Harmonies of #5BDCED
Complementary color
Monochromatic Colors of #5BDCED
Black with #5BDCED
Text Example
Text Example
White with #5BDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCED; }
p { color: rgb(91,220,237); }
H1.HeaderClassName
{
color: #5BDCED;
}
.AnyTagClassName
{
color: #5BDCED;
}
</style>
background-color css
<style>
a { background-color: #5BDCED; }
a { background-color: rgb(91,220,237); }
div.DivClassName
{
background-color: #5BDCED;
}
.BgClassName
{
background-color: #5BDCED;
}
</style>
border-color css
<style>
span { border-color: #5BDCED; }
span { border-color: rgb(91,220,237); }
td.TdClassName
{
border-color: #5BDCED;
}
.TagClassName
{
border-color: #5BDCED;
}
</style>