Shades of Medium Turquoise #4BC9CA
Tints of Medium Turquoise #4BC9CA
RGB
CMYK
RGB Variations
Color information
#4BC9CA (or 0x4BC9CA) is known color: Medium Turquoise. HEX triplet: 4B, C9 and CA. RGB value is (75,201,202). Sum of RGB (Red+Green+Blue) = 75+201+202=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC9CA is #B43635. Grayscale: #A3A3A3. Windows color (decimal): -11810358 or 13289803. OLE color: 13289803.
HSL color Cylindrical-coordinate representation of color #4BC9CA: hue angle of 180.47º degrees, saturation: 0.55, 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 #4BC9CA is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 202 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.21 |
| HSL | 180.47º | 0.55% | 0.54% | - |
| HSV(B) | 180.47º | 0.63% | 0.79% | - |
| XYZ | 34.45 | 47.53 | 63.24 | - |
| YUV | 163.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 202 | 0.63 | 0.00 | 0 | 0.21 | 180.47 | 0.55 | 0.54 |
| Hex | 4B | C9 | CA | 3F | 0 | 0 | 15 | B4 | 37 | 36 |
| Octal | 113 | 311 | 312 | 77 | 0 | 0 | 25 | 264 | 67 | 66 |
| Binary | 1001011 | 11001001 | 11001010 | 111111 | 0 | 0 | 10101 | 10110100 | 110111 | 110110 |
Color Harmonies of #4BC9CA
Complementary color
Monochromatic Colors of #4BC9CA
Black with #4BC9CA
Text Example
Text Example
White with #4BC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC9CA; }
p { color: rgb(75,201,202); }
H1.HeaderClassName
{
color: #4BC9CA;
}
.AnyTagClassName
{
color: #4BC9CA;
}
</style>
background-color css
<style>
a { background-color: #4BC9CA; }
a { background-color: rgb(75,201,202); }
div.DivClassName
{
background-color: #4BC9CA;
}
.BgClassName
{
background-color: #4BC9CA;
}
</style>
border-color css
<style>
span { border-color: #4BC9CA; }
span { border-color: rgb(75,201,202); }
td.TdClassName
{
border-color: #4BC9CA;
}
.TagClassName
{
border-color: #4BC9CA;
}
</style>