Shades of Medium Turquoise #5BCCC3
Tints of Medium Turquoise #5BCCC3
RGB
CMYK
RGB Variations
Color information
#5BCCC3 (or 0x5BCCC3) is known color: Medium Turquoise. HEX triplet: 5B, CC and C3. RGB value is (91,204,195). Sum of RGB (Red+Green+Blue) = 91+204+195=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCC3 is #A4333C. Grayscale: #A9A9A9. Windows color (decimal): -10761021 or 12831835. OLE color: 12831835.
HSL color Cylindrical-coordinate representation of color #5BCCC3: hue angle of 175.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCC3 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 195 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.2 |
| HSL | 175.22º | 0.53% | 0.58% | - |
| HSV(B) | 175.22º | 0.55% | 0.8% | - |
| XYZ | 35.76 | 49.35 | 59.27 | - |
| YUV | 169.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 195 | 0.55 | 0 | 0.04 | 0.2 | 175.22 | 0.53 | 0.58 |
| Hex | 5B | CC | C3 | 37 | 0 | 4 | 14 | AF | 35 | 3A |
| Octal | 133 | 314 | 303 | 67 | 0 | 4 | 24 | 257 | 65 | 72 |
| Binary | 1011011 | 11001100 | 11000011 | 110111 | 0 | 100 | 10100 | 10101111 | 110101 | 111010 |
Color Harmonies of #5BCCC3
Complementary color
Monochromatic Colors of #5BCCC3
Black with #5BCCC3
Text Example
Text Example
White with #5BCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCC3; }
p { color: rgb(91,204,195); }
H1.HeaderClassName
{
color: #5BCCC3;
}
.AnyTagClassName
{
color: #5BCCC3;
}
</style>
background-color css
<style>
a { background-color: #5BCCC3; }
a { background-color: rgb(91,204,195); }
div.DivClassName
{
background-color: #5BCCC3;
}
.BgClassName
{
background-color: #5BCCC3;
}
</style>
border-color css
<style>
span { border-color: #5BCCC3; }
span { border-color: rgb(91,204,195); }
td.TdClassName
{
border-color: #5BCCC3;
}
.TagClassName
{
border-color: #5BCCC3;
}
</style>