Shades of Turquoise #4FE8CD
Tints of Turquoise #4FE8CD
RGB
CMYK
RGB Variations
Color information
#4FE8CD (or 0x4FE8CD) is known color: Turquoise. HEX triplet: 4F, E8 and CD. RGB value is (79,232,205). Sum of RGB (Red+Green+Blue) = 79+232+205=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #4FE8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE8CD is #B01732. Grayscale: #B7B7B7. Windows color (decimal): -11540275 or 13494351. OLE color: 13494351.
HSL color Cylindrical-coordinate representation of color #4FE8CD: hue angle of 169.41º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE8CD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 232 | 205 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.09 |
| HSL | 169.41º | 0.77% | 0.61% | - |
| HSV(B) | 169.41º | 0.66% | 0.91% | - |
| XYZ | 43.1 | 63.78 | 67.8 | - |
| YUV | 183.18 | 140.31 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 232 | 205 | 0.66 | 0 | 0.12 | 0.09 | 169.41 | 0.77 | 0.61 |
| Hex | 4F | E8 | CD | 42 | 0 | C | 9 | A9 | 4D | 3D |
| Octal | 117 | 350 | 315 | 102 | 0 | 14 | 11 | 251 | 115 | 75 |
| Binary | 1001111 | 11101000 | 11001101 | 1000010 | 0 | 1100 | 1001 | 10101001 | 1001101 | 111101 |
Color Harmonies of #4FE8CD
Complementary color
Monochromatic Colors of #4FE8CD
Black with #4FE8CD
Text Example
Text Example
White with #4FE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE8CD; }
p { color: rgb(79,232,205); }
H1.HeaderClassName
{
color: #4FE8CD;
}
.AnyTagClassName
{
color: #4FE8CD;
}
</style>
background-color css
<style>
a { background-color: #4FE8CD; }
a { background-color: rgb(79,232,205); }
div.DivClassName
{
background-color: #4FE8CD;
}
.BgClassName
{
background-color: #4FE8CD;
}
</style>
border-color css
<style>
span { border-color: #4FE8CD; }
span { border-color: rgb(79,232,205); }
td.TdClassName
{
border-color: #4FE8CD;
}
.TagClassName
{
border-color: #4FE8CD;
}
</style>