Shades of Turquoise #4DF3C4
Tints of Turquoise #4DF3C4
RGB
CMYK
RGB Variations
Color information
#4DF3C4 (or 0x4DF3C4) is known color: Turquoise. HEX triplet: 4D, F3 and C4. RGB value is (77,243,196). Sum of RGB (Red+Green+Blue) = 77+243+196=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3C4 is #B20C3B. Grayscale: #BCBCBC. Windows color (decimal): -11668540 or 12907341. OLE color: 12907341.
HSL color Cylindrical-coordinate representation of color #4DF3C4: hue angle of 163.01º 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 #4DF3C4 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 196 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.05 |
| HSL | 163.01º | 0.87% | 0.63% | - |
| HSV(B) | 163.01º | 0.68% | 0.95% | - |
| XYZ | 45.07 | 69.66 | 63.3 | - |
| YUV | 188.01 | 132.5 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 196 | 0.68 | 0 | 0.19 | 0.05 | 163.01 | 0.87 | 0.63 |
| Hex | 4D | F3 | C4 | 44 | 0 | 13 | 5 | A3 | 57 | 3F |
| Octal | 115 | 363 | 304 | 104 | 0 | 23 | 5 | 243 | 127 | 77 |
| Binary | 1001101 | 11110011 | 11000100 | 1000100 | 0 | 10011 | 101 | 10100011 | 1010111 | 111111 |
Color Harmonies of #4DF3C4
Complementary color
Monochromatic Colors of #4DF3C4
Black with #4DF3C4
Text Example
Text Example
White with #4DF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF3C4; }
p { color: rgb(77,243,196); }
H1.HeaderClassName
{
color: #4DF3C4;
}
.AnyTagClassName
{
color: #4DF3C4;
}
</style>
background-color css
<style>
a { background-color: #4DF3C4; }
a { background-color: rgb(77,243,196); }
div.DivClassName
{
background-color: #4DF3C4;
}
.BgClassName
{
background-color: #4DF3C4;
}
</style>
border-color css
<style>
span { border-color: #4DF3C4; }
span { border-color: rgb(77,243,196); }
td.TdClassName
{
border-color: #4DF3C4;
}
.TagClassName
{
border-color: #4DF3C4;
}
</style>