Shades of Turquoise #4DF9CC
Tints of Turquoise #4DF9CC
RGB
CMYK
RGB Variations
Color information
#4DF9CC (or 0x4DF9CC) is known color: Turquoise. HEX triplet: 4D, F9 and CC. RGB value is (77,249,204). Sum of RGB (Red+Green+Blue) = 77+249+204=530 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.53% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9CC is #B20633. Grayscale: #C0C0C0. Windows color (decimal): -11666996 or 13433165. OLE color: 13433165.
HSL color Cylindrical-coordinate representation of color #4DF9CC: hue angle of 164.3º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9CC is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 204 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.3º | 0.93% | 0.64% | - |
| HSV(B) | 164.3º | 0.69% | 0.98% | - |
| XYZ | 47.84 | 73.69 | 68.83 | - |
| YUV | 192.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 204 | 0.69 | 0 | 0.18 | 0.02 | 164.3 | 0.93 | 0.64 |
| Hex | 4D | F9 | CC | 45 | 0 | 12 | 2 | A4 | 5D | 40 |
| Octal | 115 | 371 | 314 | 105 | 0 | 22 | 2 | 244 | 135 | 100 |
| Binary | 1001101 | 11111001 | 11001100 | 1000101 | 0 | 10010 | 10 | 10100100 | 1011101 | 1000000 |
Color Harmonies of #4DF9CC
Complementary color
Monochromatic Colors of #4DF9CC
Black with #4DF9CC
Text Example
Text Example
White with #4DF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF9CC; }
p { color: rgb(77,249,204); }
H1.HeaderClassName
{
color: #4DF9CC;
}
.AnyTagClassName
{
color: #4DF9CC;
}
</style>
background-color css
<style>
a { background-color: #4DF9CC; }
a { background-color: rgb(77,249,204); }
div.DivClassName
{
background-color: #4DF9CC;
}
.BgClassName
{
background-color: #4DF9CC;
}
</style>
border-color css
<style>
span { border-color: #4DF9CC; }
span { border-color: rgb(77,249,204); }
td.TdClassName
{
border-color: #4DF9CC;
}
.TagClassName
{
border-color: #4DF9CC;
}
</style>