Shades of Medium Turquoise #5BC4CC
Tints of Medium Turquoise #5BC4CC
RGB
CMYK
RGB Variations
Color information
#5BC4CC (or 0x5BC4CC) is known color: Medium Turquoise. HEX triplet: 5B, C4 and CC. RGB value is (91,196,204). Sum of RGB (Red+Green+Blue) = 91+196+204=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BC4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC4CC is #A43B33. Grayscale: #A5A5A5. Windows color (decimal): -10763060 or 13419611. OLE color: 13419611.
HSL color Cylindrical-coordinate representation of color #5BC4CC: hue angle of 184.25º 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 #5BC4CC is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 196 | 204 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.2 |
| HSL | 184.25º | 0.53% | 0.58% | - |
| HSV(B) | 184.25º | 0.55% | 0.8% | - |
| XYZ | 34.95 | 46.06 | 64.18 | - |
| YUV | 165.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 204 | 0.55 | 0.04 | 0 | 0.2 | 184.25 | 0.53 | 0.58 |
| Hex | 5B | C4 | CC | 37 | 4 | 0 | 14 | B8 | 35 | 3A |
| Octal | 133 | 304 | 314 | 67 | 4 | 0 | 24 | 270 | 65 | 72 |
| Binary | 1011011 | 11000100 | 11001100 | 110111 | 100 | 0 | 10100 | 10111000 | 110101 | 111010 |
Color Harmonies of #5BC4CC
Complementary color
Monochromatic Colors of #5BC4CC
Black with #5BC4CC
Text Example
Text Example
White with #5BC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC4CC; }
p { color: rgb(91,196,204); }
H1.HeaderClassName
{
color: #5BC4CC;
}
.AnyTagClassName
{
color: #5BC4CC;
}
</style>
background-color css
<style>
a { background-color: #5BC4CC; }
a { background-color: rgb(91,196,204); }
div.DivClassName
{
background-color: #5BC4CC;
}
.BgClassName
{
background-color: #5BC4CC;
}
</style>
border-color css
<style>
span { border-color: #5BC4CC; }
span { border-color: rgb(91,196,204); }
td.TdClassName
{
border-color: #5BC4CC;
}
.TagClassName
{
border-color: #5BC4CC;
}
</style>