Shades of Turquoise Blue #5BCEDD
Tints of Turquoise Blue #5BCEDD
RGB
CMYK
RGB Variations
Color information
#5BCEDD (or 0x5BCEDD) is known color: Turquoise Blue. HEX triplet: 5B, CE and DD. RGB value is (91,206,221). Sum of RGB (Red+Green+Blue) = 91+206+221=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEDD is #A43122. Grayscale: #ADADAD. Windows color (decimal): -10760483 or 14536283. OLE color: 14536283.
HSL color Cylindrical-coordinate representation of color #5BCEDD: hue angle of 186.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCEDD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 206 | 221 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.13 |
| HSL | 186.92º | 0.66% | 0.61% | - |
| HSV(B) | 186.92º | 0.59% | 0.87% | - |
| XYZ | 39.44 | 51.59 | 76.29 | - |
| YUV | 173.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 221 | 0.59 | 0.07 | 0 | 0.13 | 186.92 | 0.66 | 0.61 |
| Hex | 5B | CE | DD | 3B | 7 | 0 | D | BB | 42 | 3D |
| Octal | 133 | 316 | 335 | 73 | 7 | 0 | 15 | 273 | 102 | 75 |
| Binary | 1011011 | 11001110 | 11011101 | 111011 | 111 | 0 | 1101 | 10111011 | 1000010 | 111101 |
Color Harmonies of #5BCEDD
Complementary color
Monochromatic Colors of #5BCEDD
Black with #5BCEDD
Text Example
Text Example
White with #5BCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEDD; }
p { color: rgb(91,206,221); }
H1.HeaderClassName
{
color: #5BCEDD;
}
.AnyTagClassName
{
color: #5BCEDD;
}
</style>
background-color css
<style>
a { background-color: #5BCEDD; }
a { background-color: rgb(91,206,221); }
div.DivClassName
{
background-color: #5BCEDD;
}
.BgClassName
{
background-color: #5BCEDD;
}
</style>
border-color css
<style>
span { border-color: #5BCEDD; }
span { border-color: rgb(91,206,221); }
td.TdClassName
{
border-color: #5BCEDD;
}
.TagClassName
{
border-color: #5BCEDD;
}
</style>