Shades of Medium Turquoise #4BD7C3
Tints of Medium Turquoise #4BD7C3
RGB
CMYK
RGB Variations
Color information
#4BD7C3 (or 0x4BD7C3) is known color: Medium Turquoise. HEX triplet: 4B, D7 and C3. RGB value is (75,215,195). Sum of RGB (Red+Green+Blue) = 75+215+195=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7C3 is #B4283C. Grayscale: #AAAAAA. Windows color (decimal): -11806781 or 12834635. OLE color: 12834635.
HSL color Cylindrical-coordinate representation of color #4BD7C3: hue angle of 171.43º degrees, saturation: 0.64, 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 #4BD7C3 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 195 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.16 |
| HSL | 171.43º | 0.64% | 0.57% | - |
| HSV(B) | 171.43º | 0.65% | 0.84% | - |
| XYZ | 37.05 | 54.04 | 60.11 | - |
| YUV | 170.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 195 | 0.65 | 0 | 0.09 | 0.16 | 171.43 | 0.64 | 0.57 |
| Hex | 4B | D7 | C3 | 41 | 0 | 9 | 10 | AB | 40 | 39 |
| Octal | 113 | 327 | 303 | 101 | 0 | 11 | 20 | 253 | 100 | 71 |
| Binary | 1001011 | 11010111 | 11000011 | 1000001 | 0 | 1001 | 10000 | 10101011 | 1000000 | 111001 |
Color Harmonies of #4BD7C3
Complementary color
Monochromatic Colors of #4BD7C3
Black with #4BD7C3
Text Example
Text Example
White with #4BD7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD7C3; }
p { color: rgb(75,215,195); }
H1.HeaderClassName
{
color: #4BD7C3;
}
.AnyTagClassName
{
color: #4BD7C3;
}
</style>
background-color css
<style>
a { background-color: #4BD7C3; }
a { background-color: rgb(75,215,195); }
div.DivClassName
{
background-color: #4BD7C3;
}
.BgClassName
{
background-color: #4BD7C3;
}
</style>
border-color css
<style>
span { border-color: #4BD7C3; }
span { border-color: rgb(75,215,195); }
td.TdClassName
{
border-color: #4BD7C3;
}
.TagClassName
{
border-color: #4BD7C3;
}
</style>