Shades of Pale Turquoise #99FEF5
Tints of Pale Turquoise #99FEF5
RGB
CMYK
RGB Variations
Color information
#99FEF5 (or 0x99FEF5) is known color: Pale Turquoise. HEX triplet: 99, FE and F5. RGB value is (153,254,245). Sum of RGB (Red+Green+Blue) = 153+254+245=652 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.47% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEF5 is #66010A. Grayscale: #DEDEDE. Windows color (decimal): -6684939 or 16121497. OLE color: 16121497.
HSL color Cylindrical-coordinate representation of color #99FEF5: hue angle of 174.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEF5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 245 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.00 |
| HSL | 174.65º | 0.98% | 0.8% | - |
| HSV(B) | 174.65º | 0.4% | 1% | - |
| XYZ | 65.06 | 84.25 | 99.22 | - |
| YUV | 222.78 | 140.54 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 245 | 0.40 | 0 | 0.04 | 0.00 | 174.65 | 0.98 | 0.8 |
| Hex | 99 | FE | F5 | 28 | 0 | 4 | 0 | AF | 62 | 50 |
| Octal | 231 | 376 | 365 | 50 | 0 | 4 | 0 | 257 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11110101 | 101000 | 0 | 100 | 0 | 10101111 | 1100010 | 1010000 |
Color Harmonies of #99FEF5
Complementary color
Monochromatic Colors of #99FEF5
Black with #99FEF5
Text Example
Text Example
White with #99FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEF5; }
p { color: rgb(153,254,245); }
H1.HeaderClassName
{
color: #99FEF5;
}
.AnyTagClassName
{
color: #99FEF5;
}
</style>
background-color css
<style>
a { background-color: #99FEF5; }
a { background-color: rgb(153,254,245); }
div.DivClassName
{
background-color: #99FEF5;
}
.BgClassName
{
background-color: #99FEF5;
}
</style>
border-color css
<style>
span { border-color: #99FEF5; }
span { border-color: rgb(153,254,245); }
td.TdClassName
{
border-color: #99FEF5;
}
.TagClassName
{
border-color: #99FEF5;
}
</style>