Shades of Medium Turquoise #4BD6B7
Tints of Medium Turquoise #4BD6B7
RGB
CMYK
RGB Variations
Color information
#4BD6B7 (or 0x4BD6B7) is known color: Medium Turquoise. HEX triplet: 4B, D6 and B7. RGB value is (75,214,183). Sum of RGB (Red+Green+Blue) = 75+214+183=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD6B7 is #B42948. Grayscale: #A8A8A8. Windows color (decimal): -11807049 or 12047947. OLE color: 12047947.
HSL color Cylindrical-coordinate representation of color #4BD6B7: hue angle of 166.62º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD6B7 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 183 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.16 |
| HSL | 166.62º | 0.63% | 0.57% | - |
| HSV(B) | 166.62º | 0.65% | 0.84% | - |
| XYZ | 35.5 | 53.01 | 53.16 | - |
| YUV | 168.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 183 | 0.65 | 0 | 0.14 | 0.16 | 166.62 | 0.63 | 0.57 |
| Hex | 4B | D6 | B7 | 41 | 0 | E | 10 | A7 | 3F | 39 |
| Octal | 113 | 326 | 267 | 101 | 0 | 16 | 20 | 247 | 77 | 71 |
| Binary | 1001011 | 11010110 | 10110111 | 1000001 | 0 | 1110 | 10000 | 10100111 | 111111 | 111001 |
Color Harmonies of #4BD6B7
Complementary color
Monochromatic Colors of #4BD6B7
Black with #4BD6B7
Text Example
Text Example
White with #4BD6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD6B7; }
p { color: rgb(75,214,183); }
H1.HeaderClassName
{
color: #4BD6B7;
}
.AnyTagClassName
{
color: #4BD6B7;
}
</style>
background-color css
<style>
a { background-color: #4BD6B7; }
a { background-color: rgb(75,214,183); }
div.DivClassName
{
background-color: #4BD6B7;
}
.BgClassName
{
background-color: #4BD6B7;
}
</style>
border-color css
<style>
span { border-color: #4BD6B7; }
span { border-color: rgb(75,214,183); }
td.TdClassName
{
border-color: #4BD6B7;
}
.TagClassName
{
border-color: #4BD6B7;
}
</style>