Shades of Pale Turquoise #99F7E5
Tints of Pale Turquoise #99F7E5
RGB
CMYK
RGB Variations
Color information
#99F7E5 (or 0x99F7E5) is known color: Pale Turquoise. HEX triplet: 99, F7 and E5. RGB value is (153,247,229). Sum of RGB (Red+Green+Blue) = 153+247+229=629 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.32% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F7E5 is #66081A. Grayscale: #D8D8D8. Windows color (decimal): -6686747 or 15071129. OLE color: 15071129.
HSL color Cylindrical-coordinate representation of color #99F7E5: hue angle of 168.51º 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 #99F7E5 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 229 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.03 |
| HSL | 168.51º | 0.85% | 0.78% | - |
| HSV(B) | 168.51º | 0.38% | 0.97% | - |
| XYZ | 60.54 | 78.95 | 86.18 | - |
| YUV | 216.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 229 | 0.38 | 0 | 0.07 | 0.03 | 168.51 | 0.85 | 0.78 |
| Hex | 99 | F7 | E5 | 26 | 0 | 7 | 3 | A9 | 55 | 4E |
| Octal | 231 | 367 | 345 | 46 | 0 | 7 | 3 | 251 | 125 | 116 |
| Binary | 10011001 | 11110111 | 11100101 | 100110 | 0 | 111 | 11 | 10101001 | 1010101 | 1001110 |
Color Harmonies of #99F7E5
Complementary color
Monochromatic Colors of #99F7E5
Black with #99F7E5
Text Example
Text Example
White with #99F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7E5; }
p { color: rgb(153,247,229); }
H1.HeaderClassName
{
color: #99F7E5;
}
.AnyTagClassName
{
color: #99F7E5;
}
</style>
background-color css
<style>
a { background-color: #99F7E5; }
a { background-color: rgb(153,247,229); }
div.DivClassName
{
background-color: #99F7E5;
}
.BgClassName
{
background-color: #99F7E5;
}
</style>
border-color css
<style>
span { border-color: #99F7E5; }
span { border-color: rgb(153,247,229); }
td.TdClassName
{
border-color: #99F7E5;
}
.TagClassName
{
border-color: #99F7E5;
}
</style>