Shades of Turquoise #4FE9C3
Tints of Turquoise #4FE9C3
RGB
CMYK
RGB Variations
Color information
#4FE9C3 (or 0x4FE9C3) is known color: Turquoise. HEX triplet: 4F, E9 and C3. RGB value is (79,233,195). Sum of RGB (Red+Green+Blue) = 79+233+195=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9C3 is #B0163C. Grayscale: #B6B6B6. Windows color (decimal): -11540029 or 12839247. OLE color: 12839247.
HSL color Cylindrical-coordinate representation of color #4FE9C3: hue angle of 165.19º degrees, saturation: 0.78, 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 #4FE9C3 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 195 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.09 |
| HSL | 165.19º | 0.78% | 0.61% | - |
| HSV(B) | 165.19º | 0.66% | 0.91% | - |
| XYZ | 42.21 | 63.88 | 61.73 | - |
| YUV | 182.62 | 134.98 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 195 | 0.66 | 0 | 0.16 | 0.09 | 165.19 | 0.78 | 0.61 |
| Hex | 4F | E9 | C3 | 42 | 0 | 10 | 9 | A5 | 4E | 3D |
| Octal | 117 | 351 | 303 | 102 | 0 | 20 | 11 | 245 | 116 | 75 |
| Binary | 1001111 | 11101001 | 11000011 | 1000010 | 0 | 10000 | 1001 | 10100101 | 1001110 | 111101 |
Color Harmonies of #4FE9C3
Complementary color
Monochromatic Colors of #4FE9C3
Black with #4FE9C3
Text Example
Text Example
White with #4FE9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE9C3; }
p { color: rgb(79,233,195); }
H1.HeaderClassName
{
color: #4FE9C3;
}
.AnyTagClassName
{
color: #4FE9C3;
}
</style>
background-color css
<style>
a { background-color: #4FE9C3; }
a { background-color: rgb(79,233,195); }
div.DivClassName
{
background-color: #4FE9C3;
}
.BgClassName
{
background-color: #4FE9C3;
}
</style>
border-color css
<style>
span { border-color: #4FE9C3; }
span { border-color: rgb(79,233,195); }
td.TdClassName
{
border-color: #4FE9C3;
}
.TagClassName
{
border-color: #4FE9C3;
}
</style>