Shades of Turquoise #4FEBCD
Tints of Turquoise #4FEBCD
RGB
CMYK
RGB Variations
Color information
#4FEBCD (or 0x4FEBCD) is known color: Turquoise. HEX triplet: 4F, EB and CD. RGB value is (79,235,205). Sum of RGB (Red+Green+Blue) = 79+235+205=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBCD is #B01432. Grayscale: #B8B8B8. Windows color (decimal): -11539507 or 13495119. OLE color: 13495119.
HSL color Cylindrical-coordinate representation of color #4FEBCD: hue angle of 168.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBCD is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 235 | 205 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.08 |
| HSL | 168.46º | 0.8% | 0.62% | - |
| HSV(B) | 168.46º | 0.66% | 0.92% | - |
| XYZ | 43.95 | 65.49 | 68.08 | - |
| YUV | 184.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 235 | 205 | 0.66 | 0 | 0.13 | 0.08 | 168.46 | 0.8 | 0.62 |
| Hex | 4F | EB | CD | 42 | 0 | D | 8 | A8 | 50 | 3E |
| Octal | 117 | 353 | 315 | 102 | 0 | 15 | 10 | 250 | 120 | 76 |
| Binary | 1001111 | 11101011 | 11001101 | 1000010 | 0 | 1101 | 1000 | 10101000 | 1010000 | 111110 |
Color Harmonies of #4FEBCD
Complementary color
Monochromatic Colors of #4FEBCD
Black with #4FEBCD
Text Example
Text Example
White with #4FEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEBCD; }
p { color: rgb(79,235,205); }
H1.HeaderClassName
{
color: #4FEBCD;
}
.AnyTagClassName
{
color: #4FEBCD;
}
</style>
background-color css
<style>
a { background-color: #4FEBCD; }
a { background-color: rgb(79,235,205); }
div.DivClassName
{
background-color: #4FEBCD;
}
.BgClassName
{
background-color: #4FEBCD;
}
</style>
border-color css
<style>
span { border-color: #4FEBCD; }
span { border-color: rgb(79,235,205); }
td.TdClassName
{
border-color: #4FEBCD;
}
.TagClassName
{
border-color: #4FEBCD;
}
</style>