Shades of Turquoise #4DF7CB
Tints of Turquoise #4DF7CB
RGB
CMYK
RGB Variations
Color information
#4DF7CB (or 0x4DF7CB) is known color: Turquoise. HEX triplet: 4D, F7 and CB. RGB value is (77,247,203). Sum of RGB (Red+Green+Blue) = 77+247+203=527 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.61% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF7CB is #B20834. Grayscale: #BFBFBF. Windows color (decimal): -11667509 or 13367117. OLE color: 13367117.
HSL color Cylindrical-coordinate representation of color #4DF7CB: hue angle of 164.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7CB is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 203 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.03 |
| HSL | 164.47º | 0.91% | 0.64% | - |
| HSV(B) | 164.47º | 0.69% | 0.97% | - |
| XYZ | 47.1 | 72.41 | 67.99 | - |
| YUV | 191.15 | 134.68 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 203 | 0.69 | 0 | 0.18 | 0.03 | 164.47 | 0.91 | 0.64 |
| Hex | 4D | F7 | CB | 45 | 0 | 12 | 3 | A4 | 5B | 40 |
| Octal | 115 | 367 | 313 | 105 | 0 | 22 | 3 | 244 | 133 | 100 |
| Binary | 1001101 | 11110111 | 11001011 | 1000101 | 0 | 10010 | 11 | 10100100 | 1011011 | 1000000 |
Color Harmonies of #4DF7CB
Complementary color
Monochromatic Colors of #4DF7CB
Black with #4DF7CB
Text Example
Text Example
White with #4DF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF7CB; }
p { color: rgb(77,247,203); }
H1.HeaderClassName
{
color: #4DF7CB;
}
.AnyTagClassName
{
color: #4DF7CB;
}
</style>
background-color css
<style>
a { background-color: #4DF7CB; }
a { background-color: rgb(77,247,203); }
div.DivClassName
{
background-color: #4DF7CB;
}
.BgClassName
{
background-color: #4DF7CB;
}
</style>
border-color css
<style>
span { border-color: #4DF7CB; }
span { border-color: rgb(77,247,203); }
td.TdClassName
{
border-color: #4DF7CB;
}
.TagClassName
{
border-color: #4DF7CB;
}
</style>