Shades of Medium Turquoise #5BDED8
Tints of Medium Turquoise #5BDED8
RGB
CMYK
RGB Variations
Color information
#5BDED8 (or 0x5BDED8) is known color: Medium Turquoise. HEX triplet: 5B, DE and D8. RGB value is (91,222,216). Sum of RGB (Red+Green+Blue) = 91+222+216=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDED8 is #A42127. Grayscale: #B6B6B6. Windows color (decimal): -10756392 or 14212699. OLE color: 14212699.
HSL color Cylindrical-coordinate representation of color #5BDED8: hue angle of 177.25º 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 #5BDED8 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 216 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.13 |
| HSL | 177.25º | 0.66% | 0.61% | - |
| HSV(B) | 177.25º | 0.59% | 0.87% | - |
| XYZ | 42.83 | 59.42 | 74.18 | - |
| YUV | 182.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 216 | 0.59 | 0 | 0.03 | 0.13 | 177.25 | 0.66 | 0.61 |
| Hex | 5B | DE | D8 | 3B | 0 | 3 | D | B1 | 42 | 3D |
| Octal | 133 | 336 | 330 | 73 | 0 | 3 | 15 | 261 | 102 | 75 |
| Binary | 1011011 | 11011110 | 11011000 | 111011 | 0 | 11 | 1101 | 10110001 | 1000010 | 111101 |
Color Harmonies of #5BDED8
Complementary color
Monochromatic Colors of #5BDED8
Black with #5BDED8
Text Example
Text Example
White with #5BDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDED8; }
p { color: rgb(91,222,216); }
H1.HeaderClassName
{
color: #5BDED8;
}
.AnyTagClassName
{
color: #5BDED8;
}
</style>
background-color css
<style>
a { background-color: #5BDED8; }
a { background-color: rgb(91,222,216); }
div.DivClassName
{
background-color: #5BDED8;
}
.BgClassName
{
background-color: #5BDED8;
}
</style>
border-color css
<style>
span { border-color: #5BDED8; }
span { border-color: rgb(91,222,216); }
td.TdClassName
{
border-color: #5BDED8;
}
.TagClassName
{
border-color: #5BDED8;
}
</style>