Shades of Turquoise #4FEFD3
Tints of Turquoise #4FEFD3
RGB
CMYK
RGB Variations
Color information
#4FEFD3 (or 0x4FEFD3) is known color: Turquoise. HEX triplet: 4F, EF and D3. RGB value is (79,239,211). Sum of RGB (Red+Green+Blue) = 79+239+211=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFD3 is #B0102C. Grayscale: #BBBBBB. Windows color (decimal): -11538477 or 13889359. OLE color: 13889359.
HSL color Cylindrical-coordinate representation of color #4FEFD3: hue angle of 169.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFD3 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 211 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.06 |
| HSL | 169.5º | 0.83% | 0.62% | - |
| HSV(B) | 169.5º | 0.67% | 0.94% | - |
| XYZ | 45.85 | 68.1 | 72.36 | - |
| YUV | 187.97 | 140.99 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 211 | 0.67 | 0 | 0.12 | 0.06 | 169.5 | 0.83 | 0.62 |
| Hex | 4F | EF | D3 | 43 | 0 | C | 6 | AA | 53 | 3E |
| Octal | 117 | 357 | 323 | 103 | 0 | 14 | 6 | 252 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11010011 | 1000011 | 0 | 1100 | 110 | 10101010 | 1010011 | 111110 |
Color Harmonies of #4FEFD3
Complementary color
Monochromatic Colors of #4FEFD3
Black with #4FEFD3
Text Example
Text Example
White with #4FEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFD3; }
p { color: rgb(79,239,211); }
H1.HeaderClassName
{
color: #4FEFD3;
}
.AnyTagClassName
{
color: #4FEFD3;
}
</style>
background-color css
<style>
a { background-color: #4FEFD3; }
a { background-color: rgb(79,239,211); }
div.DivClassName
{
background-color: #4FEFD3;
}
.BgClassName
{
background-color: #4FEFD3;
}
</style>
border-color css
<style>
span { border-color: #4FEFD3; }
span { border-color: rgb(79,239,211); }
td.TdClassName
{
border-color: #4FEFD3;
}
.TagClassName
{
border-color: #4FEFD3;
}
</style>