Shades of Turquoise #4FEEBD
Tints of Turquoise #4FEEBD
RGB
CMYK
RGB Variations
Color information
#4FEEBD (or 0x4FEEBD) is known color: Turquoise. HEX triplet: 4F, EE and BD. RGB value is (79,238,189). Sum of RGB (Red+Green+Blue) = 79+238+189=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEBD is #B01142. Grayscale: #B8B8B8. Windows color (decimal): -11538755 or 12447311. OLE color: 12447311.
HSL color Cylindrical-coordinate representation of color #4FEEBD: hue angle of 161.51º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEEBD is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 189 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.07 |
| HSL | 161.51º | 0.82% | 0.62% | - |
| HSV(B) | 161.51º | 0.67% | 0.93% | - |
| XYZ | 42.98 | 66.49 | 58.71 | - |
| YUV | 184.87 | 130.32 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 189 | 0.67 | 0 | 0.21 | 0.07 | 161.51 | 0.82 | 0.62 |
| Hex | 4F | EE | BD | 43 | 0 | 15 | 7 | A2 | 52 | 3E |
| Octal | 117 | 356 | 275 | 103 | 0 | 25 | 7 | 242 | 122 | 76 |
| Binary | 1001111 | 11101110 | 10111101 | 1000011 | 0 | 10101 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #4FEEBD
Complementary color
Monochromatic Colors of #4FEEBD
Black with #4FEEBD
Text Example
Text Example
White with #4FEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEEBD; }
p { color: rgb(79,238,189); }
H1.HeaderClassName
{
color: #4FEEBD;
}
.AnyTagClassName
{
color: #4FEEBD;
}
</style>
background-color css
<style>
a { background-color: #4FEEBD; }
a { background-color: rgb(79,238,189); }
div.DivClassName
{
background-color: #4FEEBD;
}
.BgClassName
{
background-color: #4FEEBD;
}
</style>
border-color css
<style>
span { border-color: #4FEEBD; }
span { border-color: rgb(79,238,189); }
td.TdClassName
{
border-color: #4FEEBD;
}
.TagClassName
{
border-color: #4FEEBD;
}
</style>