Shades of Medium Turquoise #5BCCC7
Tints of Medium Turquoise #5BCCC7
RGB
CMYK
RGB Variations
Color information
#5BCCC7 (or 0x5BCCC7) is known color: Medium Turquoise. HEX triplet: 5B, CC and C7. RGB value is (91,204,199). Sum of RGB (Red+Green+Blue) = 91+204+199=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCC7 is #A43338. Grayscale: #A9A9A9. Windows color (decimal): -10761017 or 13093979. OLE color: 13093979.
HSL color Cylindrical-coordinate representation of color #5BCCC7: hue angle of 177.35º 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 #5BCCC7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 199 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.2 |
| HSL | 177.35º | 0.53% | 0.58% | - |
| HSV(B) | 177.35º | 0.55% | 0.8% | - |
| XYZ | 36.22 | 49.53 | 61.68 | - |
| YUV | 169.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 199 | 0.55 | 0 | 0.02 | 0.2 | 177.35 | 0.53 | 0.58 |
| Hex | 5B | CC | C7 | 37 | 0 | 2 | 14 | B1 | 35 | 3A |
| Octal | 133 | 314 | 307 | 67 | 0 | 2 | 24 | 261 | 65 | 72 |
| Binary | 1011011 | 11001100 | 11000111 | 110111 | 0 | 10 | 10100 | 10110001 | 110101 | 111010 |
Color Harmonies of #5BCCC7
Complementary color
Monochromatic Colors of #5BCCC7
Black with #5BCCC7
Text Example
Text Example
White with #5BCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCC7; }
p { color: rgb(91,204,199); }
H1.HeaderClassName
{
color: #5BCCC7;
}
.AnyTagClassName
{
color: #5BCCC7;
}
</style>
background-color css
<style>
a { background-color: #5BCCC7; }
a { background-color: rgb(91,204,199); }
div.DivClassName
{
background-color: #5BCCC7;
}
.BgClassName
{
background-color: #5BCCC7;
}
</style>
border-color css
<style>
span { border-color: #5BCCC7; }
span { border-color: rgb(91,204,199); }
td.TdClassName
{
border-color: #5BCCC7;
}
.TagClassName
{
border-color: #5BCCC7;
}
</style>