Shades of Turquoise #4FEFDE
Tints of Turquoise #4FEFDE
RGB
CMYK
RGB Variations
Color information
#4FEFDE (or 0x4FEFDE) is known color: Turquoise. HEX triplet: 4F, EF and DE. RGB value is (79,239,222). Sum of RGB (Red+Green+Blue) = 79+239+222=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFDE is #B01021. Grayscale: #BDBDBD. Windows color (decimal): -11538466 or 14610255. OLE color: 14610255.
HSL color Cylindrical-coordinate representation of color #4FEFDE: hue angle of 173.62º 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 #4FEFDE is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 222 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.06 |
| HSL | 173.63º | 0.83% | 0.62% | - |
| HSV(B) | 173.63º | 0.67% | 0.94% | - |
| XYZ | 47.28 | 68.67 | 79.87 | - |
| YUV | 189.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 222 | 0.67 | 0 | 0.07 | 0.06 | 173.63 | 0.83 | 0.62 |
| Hex | 4F | EF | DE | 43 | 0 | 7 | 6 | AE | 53 | 3E |
| Octal | 117 | 357 | 336 | 103 | 0 | 7 | 6 | 256 | 123 | 76 |
| Binary | 1001111 | 11101111 | 11011110 | 1000011 | 0 | 111 | 110 | 10101110 | 1010011 | 111110 |
Color Harmonies of #4FEFDE
Complementary color
Monochromatic Colors of #4FEFDE
Black with #4FEFDE
Text Example
Text Example
White with #4FEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFDE; }
p { color: rgb(79,239,222); }
H1.HeaderClassName
{
color: #4FEFDE;
}
.AnyTagClassName
{
color: #4FEFDE;
}
</style>
background-color css
<style>
a { background-color: #4FEFDE; }
a { background-color: rgb(79,239,222); }
div.DivClassName
{
background-color: #4FEFDE;
}
.BgClassName
{
background-color: #4FEFDE;
}
</style>
border-color css
<style>
span { border-color: #4FEFDE; }
span { border-color: rgb(79,239,222); }
td.TdClassName
{
border-color: #4FEFDE;
}
.TagClassName
{
border-color: #4FEFDE;
}
</style>