Shades of Medium Turquoise #5BCFC5
Tints of Medium Turquoise #5BCFC5
RGB
CMYK
RGB Variations
Color information
#5BCFC5 (or 0x5BCFC5) is known color: Medium Turquoise. HEX triplet: 5B, CF and C5. RGB value is (91,207,197). Sum of RGB (Red+Green+Blue) = 91+207+197=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFC5 is #A4303A. Grayscale: #ABABAB. Windows color (decimal): -10760251 or 12963675. OLE color: 12963675.
HSL color Cylindrical-coordinate representation of color #5BCFC5: hue angle of 174.83º degrees, saturation: 0.55, 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 #5BCFC5 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 197 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.19 |
| HSL | 174.83º | 0.55% | 0.58% | - |
| HSV(B) | 174.83º | 0.56% | 0.81% | - |
| XYZ | 36.71 | 50.88 | 60.71 | - |
| YUV | 171.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 197 | 0.56 | 0 | 0.05 | 0.19 | 174.83 | 0.55 | 0.58 |
| Hex | 5B | CF | C5 | 38 | 0 | 5 | 13 | AF | 37 | 3A |
| Octal | 133 | 317 | 305 | 70 | 0 | 5 | 23 | 257 | 67 | 72 |
| Binary | 1011011 | 11001111 | 11000101 | 111000 | 0 | 101 | 10011 | 10101111 | 110111 | 111010 |
Color Harmonies of #5BCFC5
Complementary color
Monochromatic Colors of #5BCFC5
Black with #5BCFC5
Text Example
Text Example
White with #5BCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCFC5; }
p { color: rgb(91,207,197); }
H1.HeaderClassName
{
color: #5BCFC5;
}
.AnyTagClassName
{
color: #5BCFC5;
}
</style>
background-color css
<style>
a { background-color: #5BCFC5; }
a { background-color: rgb(91,207,197); }
div.DivClassName
{
background-color: #5BCFC5;
}
.BgClassName
{
background-color: #5BCFC5;
}
</style>
border-color css
<style>
span { border-color: #5BCFC5; }
span { border-color: rgb(91,207,197); }
td.TdClassName
{
border-color: #5BCFC5;
}
.TagClassName
{
border-color: #5BCFC5;
}
</style>