Shades of Medium Turquoise #4BC9C9
Tints of Medium Turquoise #4BC9C9
RGB
CMYK
RGB Variations
Color information
#4BC9C9 (or 0x4BC9C9) is known color: Medium Turquoise. HEX triplet: 4B, C9 and C9. RGB value is (75,201,201). Sum of RGB (Red+Green+Blue) = 75+201+201=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: green, blue. Hex color #4BC9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC9C9 is #B43636. Grayscale: #A3A3A3. Windows color (decimal): -11810359 or 13224267. OLE color: 13224267.
HSL color Cylindrical-coordinate representation of color #4BC9C9: hue angle of 180º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC9C9 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 201 | - |
| CMYK | 0.63 | 0 | 0 | 0.21 |
| HSL | 180º | 0.54% | 0.54% | - |
| HSV(B) | 180º | 0.63% | 0.79% | - |
| XYZ | 34.33 | 47.49 | 62.61 | - |
| YUV | 163.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 201 | 0.63 | 0 | 0 | 0.21 | 180 | 0.54 | 0.54 |
| Hex | 4B | C9 | C9 | 3F | 0 | 0 | 15 | B4 | 36 | 36 |
| Octal | 113 | 311 | 311 | 77 | 0 | 0 | 25 | 264 | 66 | 66 |
| Binary | 1001011 | 11001001 | 11001001 | 111111 | 0 | 0 | 10101 | 10110100 | 110110 | 110110 |
Color Harmonies of #4BC9C9
Complementary color
Monochromatic Colors of #4BC9C9
Black with #4BC9C9
Text Example
Text Example
White with #4BC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC9C9; }
p { color: rgb(75,201,201); }
H1.HeaderClassName
{
color: #4BC9C9;
}
.AnyTagClassName
{
color: #4BC9C9;
}
</style>
background-color css
<style>
a { background-color: #4BC9C9; }
a { background-color: rgb(75,201,201); }
div.DivClassName
{
background-color: #4BC9C9;
}
.BgClassName
{
background-color: #4BC9C9;
}
</style>
border-color css
<style>
span { border-color: #4BC9C9; }
span { border-color: rgb(75,201,201); }
td.TdClassName
{
border-color: #4BC9C9;
}
.TagClassName
{
border-color: #4BC9C9;
}
</style>