Shades of Medium Turquoise #5BCCC8
Tints of Medium Turquoise #5BCCC8
RGB
CMYK
RGB Variations
Color information
#5BCCC8 (or 0x5BCCC8) is known color: Medium Turquoise. HEX triplet: 5B, CC and C8. RGB value is (91,204,200). Sum of RGB (Red+Green+Blue) = 91+204+200=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCC8 is #A43337. Grayscale: #A9A9A9. Windows color (decimal): -10761016 or 13159515. OLE color: 13159515.
HSL color Cylindrical-coordinate representation of color #5BCCC8: hue angle of 177.88º 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 #5BCCC8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 200 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.2 |
| HSL | 177.88º | 0.53% | 0.58% | - |
| HSV(B) | 177.88º | 0.55% | 0.8% | - |
| XYZ | 36.33 | 49.58 | 62.3 | - |
| YUV | 169.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 200 | 0.55 | 0 | 0.02 | 0.2 | 177.88 | 0.53 | 0.58 |
| Hex | 5B | CC | C8 | 37 | 0 | 2 | 14 | B2 | 35 | 3A |
| Octal | 133 | 314 | 310 | 67 | 0 | 2 | 24 | 262 | 65 | 72 |
| Binary | 1011011 | 11001100 | 11001000 | 110111 | 0 | 10 | 10100 | 10110010 | 110101 | 111010 |
Color Harmonies of #5BCCC8
Complementary color
Monochromatic Colors of #5BCCC8
Black with #5BCCC8
Text Example
Text Example
White with #5BCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCC8; }
p { color: rgb(91,204,200); }
H1.HeaderClassName
{
color: #5BCCC8;
}
.AnyTagClassName
{
color: #5BCCC8;
}
</style>
background-color css
<style>
a { background-color: #5BCCC8; }
a { background-color: rgb(91,204,200); }
div.DivClassName
{
background-color: #5BCCC8;
}
.BgClassName
{
background-color: #5BCCC8;
}
</style>
border-color css
<style>
span { border-color: #5BCCC8; }
span { border-color: rgb(91,204,200); }
td.TdClassName
{
border-color: #5BCCC8;
}
.TagClassName
{
border-color: #5BCCC8;
}
</style>