Shades of Turquoise #4DF3BB
Tints of Turquoise #4DF3BB
RGB
CMYK
RGB Variations
Color information
#4DF3BB (or 0x4DF3BB) is known color: Turquoise. HEX triplet: 4D, F3 and BB. RGB value is (77,243,187). Sum of RGB (Red+Green+Blue) = 77+243+187=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3BB is #B20C44. Grayscale: #BBBBBB. Windows color (decimal): -11668549 or 12317517. OLE color: 12317517.
HSL color Cylindrical-coordinate representation of color #4DF3BB: hue angle of 159.76º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF3BB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 187 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 159.76º | 0.87% | 0.63% | - |
| HSV(B) | 159.76º | 0.68% | 0.95% | - |
| XYZ | 44.08 | 69.27 | 58.06 | - |
| YUV | 186.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 187 | 0.68 | 0 | 0.23 | 0.05 | 159.76 | 0.87 | 0.63 |
| Hex | 4D | F3 | BB | 44 | 0 | 17 | 5 | A0 | 57 | 3F |
| Octal | 115 | 363 | 273 | 104 | 0 | 27 | 5 | 240 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10111011 | 1000100 | 0 | 10111 | 101 | 10100000 | 1010111 | 111111 |
Color Harmonies of #4DF3BB
Complementary color
Monochromatic Colors of #4DF3BB
Black with #4DF3BB
Text Example
Text Example
White with #4DF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3BB; }
p { color: rgb(77,243,187); }
H1.HeaderClassName
{
color: #4DF3BB;
}
.AnyTagClassName
{
color: #4DF3BB;
}
</style>
background-color css
<style>
a { background-color: #4DF3BB; }
a { background-color: rgb(77,243,187); }
div.DivClassName
{
background-color: #4DF3BB;
}
.BgClassName
{
background-color: #4DF3BB;
}
</style>
border-color css
<style>
span { border-color: #4DF3BB; }
span { border-color: rgb(77,243,187); }
td.TdClassName
{
border-color: #4DF3BB;
}
.TagClassName
{
border-color: #4DF3BB;
}
</style>