Shades of Medium Turquoise #4BCBC9
Tints of Medium Turquoise #4BCBC9
RGB
CMYK
RGB Variations
Color information
#4BCBC9 (or 0x4BCBC9) is known color: Medium Turquoise. HEX triplet: 4B, CB and C9. RGB value is (75,203,201). Sum of RGB (Red+Green+Blue) = 75+203+201=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBC9 is #B43436. Grayscale: #A4A4A4. Windows color (decimal): -11809847 or 13224779. OLE color: 13224779.
HSL color Cylindrical-coordinate representation of color #4BCBC9: hue angle of 179.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCBC9 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 201 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.20 |
| HSL | 179.06º | 0.55% | 0.55% | - |
| HSV(B) | 179.06º | 0.63% | 0.8% | - |
| XYZ | 34.8 | 48.42 | 62.77 | - |
| YUV | 164.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 201 | 0.63 | 0 | 0.01 | 0.20 | 179.06 | 0.55 | 0.55 |
| Hex | 4B | CB | C9 | 3F | 0 | 1 | 14 | B3 | 37 | 37 |
| Octal | 113 | 313 | 311 | 77 | 0 | 1 | 24 | 263 | 67 | 67 |
| Binary | 1001011 | 11001011 | 11001001 | 111111 | 0 | 1 | 10100 | 10110011 | 110111 | 110111 |
Color Harmonies of #4BCBC9
Complementary color
Monochromatic Colors of #4BCBC9
Black with #4BCBC9
Text Example
Text Example
White with #4BCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCBC9; }
p { color: rgb(75,203,201); }
H1.HeaderClassName
{
color: #4BCBC9;
}
.AnyTagClassName
{
color: #4BCBC9;
}
</style>
background-color css
<style>
a { background-color: #4BCBC9; }
a { background-color: rgb(75,203,201); }
div.DivClassName
{
background-color: #4BCBC9;
}
.BgClassName
{
background-color: #4BCBC9;
}
</style>
border-color css
<style>
span { border-color: #4BCBC9; }
span { border-color: rgb(75,203,201); }
td.TdClassName
{
border-color: #4BCBC9;
}
.TagClassName
{
border-color: #4BCBC9;
}
</style>