Shades of Turquoise #4FEED0
Tints of Turquoise #4FEED0
RGB
CMYK
RGB Variations
Color information
#4FEED0 (or 0x4FEED0) is known color: Turquoise. HEX triplet: 4F, EE and D0. RGB value is (79,238,208). Sum of RGB (Red+Green+Blue) = 79+238+208=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEED0 is #B0112F. Grayscale: #BABABA. Windows color (decimal): -11538736 or 13692495. OLE color: 13692495.
HSL color Cylindrical-coordinate representation of color #4FEED0: hue angle of 168.68º 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 #4FEED0 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 208 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.07 |
| HSL | 168.68º | 0.82% | 0.62% | - |
| HSV(B) | 168.68º | 0.67% | 0.93% | - |
| XYZ | 45.18 | 67.37 | 70.3 | - |
| YUV | 187.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 208 | 0.67 | 0 | 0.13 | 0.07 | 168.68 | 0.82 | 0.62 |
| Hex | 4F | EE | D0 | 43 | 0 | D | 7 | A9 | 52 | 3E |
| Octal | 117 | 356 | 320 | 103 | 0 | 15 | 7 | 251 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11010000 | 1000011 | 0 | 1101 | 111 | 10101001 | 1010010 | 111110 |
Color Harmonies of #4FEED0
Complementary color
Monochromatic Colors of #4FEED0
Black with #4FEED0
Text Example
Text Example
White with #4FEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEED0; }
p { color: rgb(79,238,208); }
H1.HeaderClassName
{
color: #4FEED0;
}
.AnyTagClassName
{
color: #4FEED0;
}
</style>
background-color css
<style>
a { background-color: #4FEED0; }
a { background-color: rgb(79,238,208); }
div.DivClassName
{
background-color: #4FEED0;
}
.BgClassName
{
background-color: #4FEED0;
}
</style>
border-color css
<style>
span { border-color: #4FEED0; }
span { border-color: rgb(79,238,208); }
td.TdClassName
{
border-color: #4FEED0;
}
.TagClassName
{
border-color: #4FEED0;
}
</style>