Shades of Pale Turquoise #99F8EF
Tints of Pale Turquoise #99F8EF
RGB
CMYK
RGB Variations
Color information
#99F8EF (or 0x99F8EF) is known color: Pale Turquoise. HEX triplet: 99, F8 and EF. RGB value is (153,248,239). Sum of RGB (Red+Green+Blue) = 153+248+239=640 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.91% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #99F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F8EF is #660710. Grayscale: #DADADA. Windows color (decimal): -6686481 or 15726745. OLE color: 15726745.
HSL color Cylindrical-coordinate representation of color #99F8EF: hue angle of 174.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F8EF is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 239 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.03 |
| HSL | 174.32º | 0.87% | 0.79% | - |
| HSV(B) | 174.32º | 0.38% | 0.97% | - |
| XYZ | 62.28 | 80.14 | 93.85 | - |
| YUV | 218.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 239 | 0.38 | 0 | 0.04 | 0.03 | 174.32 | 0.87 | 0.79 |
| Hex | 99 | F8 | EF | 26 | 0 | 4 | 3 | AE | 57 | 4F |
| Octal | 231 | 370 | 357 | 46 | 0 | 4 | 3 | 256 | 127 | 117 |
| Binary | 10011001 | 11111000 | 11101111 | 100110 | 0 | 100 | 11 | 10101110 | 1010111 | 1001111 |
Color Harmonies of #99F8EF
Complementary color
Monochromatic Colors of #99F8EF
Black with #99F8EF
Text Example
Text Example
White with #99F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F8EF; }
p { color: rgb(153,248,239); }
H1.HeaderClassName
{
color: #99F8EF;
}
.AnyTagClassName
{
color: #99F8EF;
}
</style>
background-color css
<style>
a { background-color: #99F8EF; }
a { background-color: rgb(153,248,239); }
div.DivClassName
{
background-color: #99F8EF;
}
.BgClassName
{
background-color: #99F8EF;
}
</style>
border-color css
<style>
span { border-color: #99F8EF; }
span { border-color: rgb(153,248,239); }
td.TdClassName
{
border-color: #99F8EF;
}
.TagClassName
{
border-color: #99F8EF;
}
</style>