Shades of Turquoise #4DF3B7
Tints of Turquoise #4DF3B7
RGB
CMYK
RGB Variations
Color information
#4DF3B7 (or 0x4DF3B7) is known color: Turquoise. HEX triplet: 4D, F3 and B7. RGB value is (77,243,183). Sum of RGB (Red+Green+Blue) = 77+243+183=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3B7 is #B20C48. Grayscale: #BABABA. Windows color (decimal): -11668553 or 12055373. OLE color: 12055373.
HSL color Cylindrical-coordinate representation of color #4DF3B7: hue angle of 158.31º 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 #4DF3B7 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 183 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.05 |
| HSL | 158.31º | 0.87% | 0.63% | - |
| HSV(B) | 158.31º | 0.68% | 0.95% | - |
| XYZ | 43.66 | 69.1 | 55.84 | - |
| YUV | 186.53 | 126 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 183 | 0.68 | 0 | 0.25 | 0.05 | 158.31 | 0.87 | 0.63 |
| Hex | 4D | F3 | B7 | 44 | 0 | 19 | 5 | 9E | 57 | 3F |
| Octal | 115 | 363 | 267 | 104 | 0 | 31 | 5 | 236 | 127 | 77 |
| Binary | 1001101 | 11110011 | 10110111 | 1000100 | 0 | 11001 | 101 | 10011110 | 1010111 | 111111 |
Color Harmonies of #4DF3B7
Complementary color
Monochromatic Colors of #4DF3B7
Black with #4DF3B7
Text Example
Text Example
White with #4DF3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3B7; }
p { color: rgb(77,243,183); }
H1.HeaderClassName
{
color: #4DF3B7;
}
.AnyTagClassName
{
color: #4DF3B7;
}
</style>
background-color css
<style>
a { background-color: #4DF3B7; }
a { background-color: rgb(77,243,183); }
div.DivClassName
{
background-color: #4DF3B7;
}
.BgClassName
{
background-color: #4DF3B7;
}
</style>
border-color css
<style>
span { border-color: #4DF3B7; }
span { border-color: rgb(77,243,183); }
td.TdClassName
{
border-color: #4DF3B7;
}
.TagClassName
{
border-color: #4DF3B7;
}
</style>