Shades of Turquoise Blue #7FE3DE
Tints of Turquoise Blue #7FE3DE
RGB
CMYK
RGB Variations
Color information
#7FE3DE (or 0x7FE3DE) is known color: Turquoise Blue. HEX triplet: 7F, E3 and DE. RGB value is (127,227,222). Sum of RGB (Red+Green+Blue) = 127+227+222=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE3DE is #801C21. Grayscale: #C4C4C4. Windows color (decimal): -8395810 or 14607231. OLE color: 14607231.
HSL color Cylindrical-coordinate representation of color #7FE3DE: hue angle of 177º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE3DE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 222 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.11 |
| HSL | 177º | 0.64% | 0.69% | - |
| HSV(B) | 177º | 0.44% | 0.89% | - |
| XYZ | 49.41 | 64.72 | 79 | - |
| YUV | 196.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 222 | 0.44 | 0 | 0.02 | 0.11 | 177 | 0.64 | 0.69 |
| Hex | 7F | E3 | DE | 2C | 0 | 2 | B | B1 | 40 | 45 |
| Octal | 177 | 343 | 336 | 54 | 0 | 2 | 13 | 261 | 100 | 105 |
| Binary | 1111111 | 11100011 | 11011110 | 101100 | 0 | 10 | 1011 | 10110001 | 1000000 | 1000101 |
Color Harmonies of #7FE3DE
Complementary color
Monochromatic Colors of #7FE3DE
Black with #7FE3DE
Text Example
Text Example
White with #7FE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3DE; }
p { color: rgb(127,227,222); }
H1.HeaderClassName
{
color: #7FE3DE;
}
.AnyTagClassName
{
color: #7FE3DE;
}
</style>
background-color css
<style>
a { background-color: #7FE3DE; }
a { background-color: rgb(127,227,222); }
div.DivClassName
{
background-color: #7FE3DE;
}
.BgClassName
{
background-color: #7FE3DE;
}
</style>
border-color css
<style>
span { border-color: #7FE3DE; }
span { border-color: rgb(127,227,222); }
td.TdClassName
{
border-color: #7FE3DE;
}
.TagClassName
{
border-color: #7FE3DE;
}
</style>