Shades of Medium Turquoise #5BDFCB
Tints of Medium Turquoise #5BDFCB
RGB
CMYK
RGB Variations
Color information
#5BDFCB (or 0x5BDFCB) is known color: Medium Turquoise. HEX triplet: 5B, DF and CB. RGB value is (91,223,203). Sum of RGB (Red+Green+Blue) = 91+223+203=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDFCB is #A42034. Grayscale: #B5B5B5. Windows color (decimal): -10756149 or 13360987. OLE color: 13360987.
HSL color Cylindrical-coordinate representation of color #5BDFCB: hue angle of 170.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDFCB is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 203 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.13 |
| HSL | 170.91º | 0.67% | 0.62% | - |
| HSV(B) | 170.91º | 0.59% | 0.87% | - |
| XYZ | 41.48 | 59.31 | 65.76 | - |
| YUV | 181.25 | 140.27 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 203 | 0.59 | 0 | 0.09 | 0.13 | 170.91 | 0.67 | 0.62 |
| Hex | 5B | DF | CB | 3B | 0 | 9 | D | AB | 43 | 3E |
| Octal | 133 | 337 | 313 | 73 | 0 | 11 | 15 | 253 | 103 | 76 |
| Binary | 1011011 | 11011111 | 11001011 | 111011 | 0 | 1001 | 1101 | 10101011 | 1000011 | 111110 |
Color Harmonies of #5BDFCB
Complementary color
Monochromatic Colors of #5BDFCB
Black with #5BDFCB
Text Example
Text Example
White with #5BDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFCB; }
p { color: rgb(91,223,203); }
H1.HeaderClassName
{
color: #5BDFCB;
}
.AnyTagClassName
{
color: #5BDFCB;
}
</style>
background-color css
<style>
a { background-color: #5BDFCB; }
a { background-color: rgb(91,223,203); }
div.DivClassName
{
background-color: #5BDFCB;
}
.BgClassName
{
background-color: #5BDFCB;
}
</style>
border-color css
<style>
span { border-color: #5BDFCB; }
span { border-color: rgb(91,223,203); }
td.TdClassName
{
border-color: #5BDFCB;
}
.TagClassName
{
border-color: #5BDFCB;
}
</style>