Shades of Turquoise Blue #5BCDED
Tints of Turquoise Blue #5BCDED
RGB
CMYK
RGB Variations
Color information
#5BCDED (or 0x5BCDED) is known color: Turquoise Blue. HEX triplet: 5B, CD and ED. RGB value is (91,205,237). Sum of RGB (Red+Green+Blue) = 91+205+237=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BCDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCDED is #A43212. Grayscale: #AEAEAE. Windows color (decimal): -10760723 or 15584603. OLE color: 15584603.
HSL color Cylindrical-coordinate representation of color #5BCDED: hue angle of 193.15º 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 #5BCDED is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 205 | 237 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.07 |
| HSL | 193.15º | 0.8% | 0.64% | - |
| HSV(B) | 193.15º | 0.62% | 0.93% | - |
| XYZ | 41.43 | 52 | 87.97 | - |
| YUV | 174.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 237 | 0.62 | 0.14 | 0 | 0.07 | 193.15 | 0.8 | 0.64 |
| Hex | 5B | CD | ED | 3E | E | 0 | 7 | C1 | 50 | 40 |
| Octal | 133 | 315 | 355 | 76 | 16 | 0 | 7 | 301 | 120 | 100 |
| Binary | 1011011 | 11001101 | 11101101 | 111110 | 1110 | 0 | 111 | 11000001 | 1010000 | 1000000 |
Color Harmonies of #5BCDED
Complementary color
Monochromatic Colors of #5BCDED
Black with #5BCDED
Text Example
Text Example
White with #5BCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDED; }
p { color: rgb(91,205,237); }
H1.HeaderClassName
{
color: #5BCDED;
}
.AnyTagClassName
{
color: #5BCDED;
}
</style>
background-color css
<style>
a { background-color: #5BCDED; }
a { background-color: rgb(91,205,237); }
div.DivClassName
{
background-color: #5BCDED;
}
.BgClassName
{
background-color: #5BCDED;
}
</style>
border-color css
<style>
span { border-color: #5BCDED; }
span { border-color: rgb(91,205,237); }
td.TdClassName
{
border-color: #5BCDED;
}
.TagClassName
{
border-color: #5BCDED;
}
</style>