Shades of Medium Turquoise #5BCCCE
Tints of Medium Turquoise #5BCCCE
RGB
CMYK
RGB Variations
Color information
#5BCCCE (or 0x5BCCCE) is known color: Medium Turquoise. HEX triplet: 5B, CC and CE. RGB value is (91,204,206). Sum of RGB (Red+Green+Blue) = 91+204+206=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCCE is #A43331. Grayscale: #AAAAAA. Windows color (decimal): -10761010 or 13552731. OLE color: 13552731.
HSL color Cylindrical-coordinate representation of color #5BCCCE: hue angle of 181.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCCCE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 204 | 206 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.19 |
| HSL | 181.04º | 0.54% | 0.58% | - |
| HSV(B) | 181.04º | 0.56% | 0.81% | - |
| XYZ | 37.05 | 49.87 | 66.07 | - |
| YUV | 170.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 206 | 0.56 | 0.01 | 0 | 0.19 | 181.04 | 0.54 | 0.58 |
| Hex | 5B | CC | CE | 38 | 1 | 0 | 13 | B5 | 36 | 3A |
| Octal | 133 | 314 | 316 | 70 | 1 | 0 | 23 | 265 | 66 | 72 |
| Binary | 1011011 | 11001100 | 11001110 | 111000 | 1 | 0 | 10011 | 10110101 | 110110 | 111010 |
Color Harmonies of #5BCCCE
Complementary color
Monochromatic Colors of #5BCCCE
Black with #5BCCCE
Text Example
Text Example
White with #5BCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCCE; }
p { color: rgb(91,204,206); }
H1.HeaderClassName
{
color: #5BCCCE;
}
.AnyTagClassName
{
color: #5BCCCE;
}
</style>
background-color css
<style>
a { background-color: #5BCCCE; }
a { background-color: rgb(91,204,206); }
div.DivClassName
{
background-color: #5BCCCE;
}
.BgClassName
{
background-color: #5BCCCE;
}
</style>
border-color css
<style>
span { border-color: #5BCCCE; }
span { border-color: rgb(91,204,206); }
td.TdClassName
{
border-color: #5BCCCE;
}
.TagClassName
{
border-color: #5BCCCE;
}
</style>