Shades of Turquoise Blue #7FE9E5
Tints of Turquoise Blue #7FE9E5
RGB
CMYK
RGB Variations
Color information
#7FE9E5 (or 0x7FE9E5) is known color: Turquoise Blue. HEX triplet: 7F, E9 and E5. RGB value is (127,233,229). Sum of RGB (Red+Green+Blue) = 127+233+229=589 (78% of max value = 765). Red value is 127 (50% from 255 or 21.56% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE9E5 is #80161A. Grayscale: #C8C8C8. Windows color (decimal): -8394267 or 15067519. OLE color: 15067519.
HSL color Cylindrical-coordinate representation of color #7FE9E5: hue angle of 177.74º 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 #7FE9E5 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 229 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.09 |
| HSL | 177.74º | 0.71% | 0.71% | - |
| HSV(B) | 177.74º | 0.45% | 0.91% | - |
| XYZ | 52.03 | 68.45 | 84.6 | - |
| YUV | 200.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 229 | 0.45 | 0 | 0.02 | 0.09 | 177.74 | 0.71 | 0.71 |
| Hex | 7F | E9 | E5 | 2D | 0 | 2 | 9 | B2 | 47 | 47 |
| Octal | 177 | 351 | 345 | 55 | 0 | 2 | 11 | 262 | 107 | 107 |
| Binary | 1111111 | 11101001 | 11100101 | 101101 | 0 | 10 | 1001 | 10110010 | 1000111 | 1000111 |
Color Harmonies of #7FE9E5
Complementary color
Monochromatic Colors of #7FE9E5
Black with #7FE9E5
Text Example
Text Example
White with #7FE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE9E5; }
p { color: rgb(127,233,229); }
H1.HeaderClassName
{
color: #7FE9E5;
}
.AnyTagClassName
{
color: #7FE9E5;
}
</style>
background-color css
<style>
a { background-color: #7FE9E5; }
a { background-color: rgb(127,233,229); }
div.DivClassName
{
background-color: #7FE9E5;
}
.BgClassName
{
background-color: #7FE9E5;
}
</style>
border-color css
<style>
span { border-color: #7FE9E5; }
span { border-color: rgb(127,233,229); }
td.TdClassName
{
border-color: #7FE9E5;
}
.TagClassName
{
border-color: #7FE9E5;
}
</style>