Shades of Medium Turquoise #5BDECE
Tints of Medium Turquoise #5BDECE
RGB
CMYK
RGB Variations
Color information
#5BDECE (or 0x5BDECE) is known color: Medium Turquoise. HEX triplet: 5B, DE and CE. RGB value is (91,222,206). Sum of RGB (Red+Green+Blue) = 91+222+206=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDECE is #A42131. Grayscale: #B4B4B4. Windows color (decimal): -10756402 or 13557339. OLE color: 13557339.
HSL color Cylindrical-coordinate representation of color #5BDECE: hue angle of 172.67º 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 #5BDECE is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 206 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.13 |
| HSL | 172.67º | 0.66% | 0.61% | - |
| HSV(B) | 172.67º | 0.59% | 0.87% | - |
| XYZ | 41.58 | 58.92 | 67.57 | - |
| YUV | 181.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 206 | 0.59 | 0 | 0.07 | 0.13 | 172.67 | 0.66 | 0.61 |
| Hex | 5B | DE | CE | 3B | 0 | 7 | D | AD | 42 | 3D |
| Octal | 133 | 336 | 316 | 73 | 0 | 7 | 15 | 255 | 102 | 75 |
| Binary | 1011011 | 11011110 | 11001110 | 111011 | 0 | 111 | 1101 | 10101101 | 1000010 | 111101 |
Color Harmonies of #5BDECE
Complementary color
Monochromatic Colors of #5BDECE
Black with #5BDECE
Text Example
Text Example
White with #5BDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDECE; }
p { color: rgb(91,222,206); }
H1.HeaderClassName
{
color: #5BDECE;
}
.AnyTagClassName
{
color: #5BDECE;
}
</style>
background-color css
<style>
a { background-color: #5BDECE; }
a { background-color: rgb(91,222,206); }
div.DivClassName
{
background-color: #5BDECE;
}
.BgClassName
{
background-color: #5BDECE;
}
</style>
border-color css
<style>
span { border-color: #5BDECE; }
span { border-color: rgb(91,222,206); }
td.TdClassName
{
border-color: #5BDECE;
}
.TagClassName
{
border-color: #5BDECE;
}
</style>