Shades of Medium Turquoise #4FCDCD
Tints of Medium Turquoise #4FCDCD
RGB
CMYK
RGB Variations
Color information
#4FCDCD (or 0x4FCDCD) is known color: Medium Turquoise. HEX triplet: 4F, CD and CD. RGB value is (79,205,205). Sum of RGB (Red+Green+Blue) = 79+205+205=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #4FCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDCD is #B03232. Grayscale: #A7A7A7. Windows color (decimal): -11547187 or 13487439. OLE color: 13487439.
HSL color Cylindrical-coordinate representation of color #4FCDCD: hue angle of 180º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDCD is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 205 | - |
| CMYK | 0.61 | 0 | 0 | 0.20 |
| HSL | 180º | 0.56% | 0.56% | - |
| HSV(B) | 180º | 0.61% | 0.8% | - |
| XYZ | 36.08 | 49.73 | 65.46 | - |
| YUV | 167.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 205 | 0.61 | 0 | 0 | 0.20 | 180 | 0.56 | 0.56 |
| Hex | 4F | CD | CD | 3D | 0 | 0 | 14 | B4 | 38 | 38 |
| Octal | 117 | 315 | 315 | 75 | 0 | 0 | 24 | 264 | 70 | 70 |
| Binary | 1001111 | 11001101 | 11001101 | 111101 | 0 | 0 | 10100 | 10110100 | 111000 | 111000 |
Color Harmonies of #4FCDCD
Complementary color
Monochromatic Colors of #4FCDCD
Black with #4FCDCD
Text Example
Text Example
White with #4FCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDCD; }
p { color: rgb(79,205,205); }
H1.HeaderClassName
{
color: #4FCDCD;
}
.AnyTagClassName
{
color: #4FCDCD;
}
</style>
background-color css
<style>
a { background-color: #4FCDCD; }
a { background-color: rgb(79,205,205); }
div.DivClassName
{
background-color: #4FCDCD;
}
.BgClassName
{
background-color: #4FCDCD;
}
</style>
border-color css
<style>
span { border-color: #4FCDCD; }
span { border-color: rgb(79,205,205); }
td.TdClassName
{
border-color: #4FCDCD;
}
.TagClassName
{
border-color: #4FCDCD;
}
</style>