Shades of Pale Turquoise #99F1E7
Tints of Pale Turquoise #99F1E7
RGB
CMYK
RGB Variations
Color information
#99F1E7 (or 0x99F1E7) is known color: Pale Turquoise. HEX triplet: 99, F1 and E7. RGB value is (153,241,231). Sum of RGB (Red+Green+Blue) = 153+241+231=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1E7 is #660E18. Grayscale: #D5D5D5. Windows color (decimal): -6688281 or 15200665. OLE color: 15200665.
HSL color Cylindrical-coordinate representation of color #99F1E7: hue angle of 173.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1E7 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 231 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.05 |
| HSL | 173.18º | 0.76% | 0.77% | - |
| HSV(B) | 173.18º | 0.37% | 0.95% | - |
| XYZ | 59.02 | 75.45 | 87.05 | - |
| YUV | 213.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 231 | 0.37 | 0 | 0.04 | 0.05 | 173.18 | 0.76 | 0.77 |
| Hex | 99 | F1 | E7 | 25 | 0 | 4 | 5 | AD | 4C | 4D |
| Octal | 231 | 361 | 347 | 45 | 0 | 4 | 5 | 255 | 114 | 115 |
| Binary | 10011001 | 11110001 | 11100111 | 100101 | 0 | 100 | 101 | 10101101 | 1001100 | 1001101 |
Color Harmonies of #99F1E7
Complementary color
Monochromatic Colors of #99F1E7
Black with #99F1E7
Text Example
Text Example
White with #99F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1E7; }
p { color: rgb(153,241,231); }
H1.HeaderClassName
{
color: #99F1E7;
}
.AnyTagClassName
{
color: #99F1E7;
}
</style>
background-color css
<style>
a { background-color: #99F1E7; }
a { background-color: rgb(153,241,231); }
div.DivClassName
{
background-color: #99F1E7;
}
.BgClassName
{
background-color: #99F1E7;
}
</style>
border-color css
<style>
span { border-color: #99F1E7; }
span { border-color: rgb(153,241,231); }
td.TdClassName
{
border-color: #99F1E7;
}
.TagClassName
{
border-color: #99F1E7;
}
</style>