Shades of Turquoise #4DF2BB
Tints of Turquoise #4DF2BB
RGB
CMYK
RGB Variations
Color information
#4DF2BB (or 0x4DF2BB) is known color: Turquoise. HEX triplet: 4D, F2 and BB. RGB value is (77,242,187). Sum of RGB (Red+Green+Blue) = 77+242+187=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2BB is #B20D44. Grayscale: #BABABA. Windows color (decimal): -11668805 or 12317261. OLE color: 12317261.
HSL color Cylindrical-coordinate representation of color #4DF2BB: hue angle of 160º degrees, saturation: 0.86, 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 #4DF2BB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 187 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.05 |
| HSL | 160º | 0.86% | 0.63% | - |
| HSV(B) | 160º | 0.68% | 0.95% | - |
| XYZ | 43.78 | 68.67 | 57.96 | - |
| YUV | 186.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 187 | 0.68 | 0 | 0.23 | 0.05 | 160 | 0.86 | 0.63 |
| Hex | 4D | F2 | BB | 44 | 0 | 17 | 5 | A0 | 56 | 3F |
| Octal | 115 | 362 | 273 | 104 | 0 | 27 | 5 | 240 | 126 | 77 |
| Binary | 1001101 | 11110010 | 10111011 | 1000100 | 0 | 10111 | 101 | 10100000 | 1010110 | 111111 |
Color Harmonies of #4DF2BB
Complementary color
Monochromatic Colors of #4DF2BB
Black with #4DF2BB
Text Example
Text Example
White with #4DF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF2BB; }
p { color: rgb(77,242,187); }
H1.HeaderClassName
{
color: #4DF2BB;
}
.AnyTagClassName
{
color: #4DF2BB;
}
</style>
background-color css
<style>
a { background-color: #4DF2BB; }
a { background-color: rgb(77,242,187); }
div.DivClassName
{
background-color: #4DF2BB;
}
.BgClassName
{
background-color: #4DF2BB;
}
</style>
border-color css
<style>
span { border-color: #4DF2BB; }
span { border-color: rgb(77,242,187); }
td.TdClassName
{
border-color: #4DF2BB;
}
.TagClassName
{
border-color: #4DF2BB;
}
</style>