Shades of Pale Turquoise #99F7EC
Tints of Pale Turquoise #99F7EC
RGB
CMYK
RGB Variations
Color information
#99F7EC (or 0x99F7EC) is known color: Pale Turquoise. HEX triplet: 99, F7 and EC. RGB value is (153,247,236). Sum of RGB (Red+Green+Blue) = 153+247+236=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F7EC is #660813. Grayscale: #D9D9D9. Windows color (decimal): -6686740 or 15529881. OLE color: 15529881.
HSL color Cylindrical-coordinate representation of color #99F7EC: hue angle of 172.98º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F7EC is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 236 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.03 |
| HSL | 172.98º | 0.85% | 0.78% | - |
| HSV(B) | 172.98º | 0.38% | 0.97% | - |
| XYZ | 61.54 | 79.35 | 91.43 | - |
| YUV | 217.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 236 | 0.38 | 0 | 0.04 | 0.03 | 172.98 | 0.85 | 0.78 |
| Hex | 99 | F7 | EC | 26 | 0 | 4 | 3 | AD | 55 | 4E |
| Octal | 231 | 367 | 354 | 46 | 0 | 4 | 3 | 255 | 125 | 116 |
| Binary | 10011001 | 11110111 | 11101100 | 100110 | 0 | 100 | 11 | 10101101 | 1010101 | 1001110 |
Color Harmonies of #99F7EC
Complementary color
Monochromatic Colors of #99F7EC
Black with #99F7EC
Text Example
Text Example
White with #99F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7EC; }
p { color: rgb(153,247,236); }
H1.HeaderClassName
{
color: #99F7EC;
}
.AnyTagClassName
{
color: #99F7EC;
}
</style>
background-color css
<style>
a { background-color: #99F7EC; }
a { background-color: rgb(153,247,236); }
div.DivClassName
{
background-color: #99F7EC;
}
.BgClassName
{
background-color: #99F7EC;
}
</style>
border-color css
<style>
span { border-color: #99F7EC; }
span { border-color: rgb(153,247,236); }
td.TdClassName
{
border-color: #99F7EC;
}
.TagClassName
{
border-color: #99F7EC;
}
</style>