Shades of Turquoise Blue #7FE9E7
Tints of Turquoise Blue #7FE9E7
RGB
CMYK
RGB Variations
Color information
#7FE9E7 (or 0x7FE9E7) is known color: Turquoise Blue. HEX triplet: 7F, E9 and E7. RGB value is (127,233,231). Sum of RGB (Red+Green+Blue) = 127+233+231=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE9E7 is #801618. Grayscale: #C8C8C8. Windows color (decimal): -8394265 or 15198591. OLE color: 15198591.
HSL color Cylindrical-coordinate representation of color #7FE9E7: hue angle of 178.87º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE9E7 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 231 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.09 |
| HSL | 178.87º | 0.71% | 0.71% | - |
| HSV(B) | 178.87º | 0.45% | 0.91% | - |
| XYZ | 52.32 | 68.56 | 86.08 | - |
| YUV | 201.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 231 | 0.45 | 0 | 0.01 | 0.09 | 178.87 | 0.71 | 0.71 |
| Hex | 7F | E9 | E7 | 2D | 0 | 1 | 9 | B3 | 47 | 47 |
| Octal | 177 | 351 | 347 | 55 | 0 | 1 | 11 | 263 | 107 | 107 |
| Binary | 1111111 | 11101001 | 11100111 | 101101 | 0 | 1 | 1001 | 10110011 | 1000111 | 1000111 |
Color Harmonies of #7FE9E7
Complementary color
Monochromatic Colors of #7FE9E7
Black with #7FE9E7
Text Example
Text Example
White with #7FE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE9E7; }
p { color: rgb(127,233,231); }
H1.HeaderClassName
{
color: #7FE9E7;
}
.AnyTagClassName
{
color: #7FE9E7;
}
</style>
background-color css
<style>
a { background-color: #7FE9E7; }
a { background-color: rgb(127,233,231); }
div.DivClassName
{
background-color: #7FE9E7;
}
.BgClassName
{
background-color: #7FE9E7;
}
</style>
border-color css
<style>
span { border-color: #7FE9E7; }
span { border-color: rgb(127,233,231); }
td.TdClassName
{
border-color: #7FE9E7;
}
.TagClassName
{
border-color: #7FE9E7;
}
</style>