Shades of Medium Turquoise #4CCBBD
Tints of Medium Turquoise #4CCBBD
RGB
CMYK
RGB Variations
Color information
#4CCBBD (or 0x4CCBBD) is known color: Medium Turquoise. HEX triplet: 4C, CB and BD. RGB value is (76,203,189). Sum of RGB (Red+Green+Blue) = 76+203+189=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBD is #B33442. Grayscale: #A3A3A3. Windows color (decimal): -11744323 or 12438348. OLE color: 12438348.
HSL color Cylindrical-coordinate representation of color #4CCBBD: hue angle of 173.39º 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 #4CCBBD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 189 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.20 |
| HSL | 173.39º | 0.55% | 0.55% | - |
| HSV(B) | 173.39º | 0.63% | 0.8% | - |
| XYZ | 33.52 | 47.92 | 55.63 | - |
| YUV | 163.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 189 | 0.63 | 0 | 0.07 | 0.20 | 173.39 | 0.55 | 0.55 |
| Hex | 4C | CB | BD | 3F | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 114 | 313 | 275 | 77 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001100 | 11001011 | 10111101 | 111111 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4CCBBD
Complementary color
Monochromatic Colors of #4CCBBD
Black with #4CCBBD
Text Example
Text Example
White with #4CCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBBD; }
p { color: rgb(76,203,189); }
H1.HeaderClassName
{
color: #4CCBBD;
}
.AnyTagClassName
{
color: #4CCBBD;
}
</style>
background-color css
<style>
a { background-color: #4CCBBD; }
a { background-color: rgb(76,203,189); }
div.DivClassName
{
background-color: #4CCBBD;
}
.BgClassName
{
background-color: #4CCBBD;
}
</style>
border-color css
<style>
span { border-color: #4CCBBD; }
span { border-color: rgb(76,203,189); }
td.TdClassName
{
border-color: #4CCBBD;
}
.TagClassName
{
border-color: #4CCBBD;
}
</style>