Shades of Pale Turquoise #9FFAF8
Tints of Pale Turquoise #9FFAF8
RGB
CMYK
RGB Variations
Color information
#9FFAF8 (or 0x9FFAF8) is known color: Pale Turquoise. HEX triplet: 9F, FA and F8. RGB value is (159,250,248). Sum of RGB (Red+Green+Blue) = 159+250+248=657 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.20% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAF8 is #600507. Grayscale: #DEDEDE. Windows color (decimal): -6292744 or 16317087. OLE color: 16317087.
HSL color Cylindrical-coordinate representation of color #9FFAF8: hue angle of 178.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAF8 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 248 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.02 |
| HSL | 178.68º | 0.9% | 0.8% | - |
| HSV(B) | 178.68º | 0.36% | 0.98% | - |
| XYZ | 65.43 | 82.52 | 101.29 | - |
| YUV | 222.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 248 | 0.36 | 0 | 0.01 | 0.02 | 178.68 | 0.9 | 0.8 |
| Hex | 9F | FA | F8 | 24 | 0 | 1 | 2 | B3 | 5A | 50 |
| Octal | 237 | 372 | 370 | 44 | 0 | 1 | 2 | 263 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11111000 | 100100 | 0 | 1 | 10 | 10110011 | 1011010 | 1010000 |
Color Harmonies of #9FFAF8
Complementary color
Monochromatic Colors of #9FFAF8
Black with #9FFAF8
Text Example
Text Example
White with #9FFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAF8; }
p { color: rgb(159,250,248); }
H1.HeaderClassName
{
color: #9FFAF8;
}
.AnyTagClassName
{
color: #9FFAF8;
}
</style>
background-color css
<style>
a { background-color: #9FFAF8; }
a { background-color: rgb(159,250,248); }
div.DivClassName
{
background-color: #9FFAF8;
}
.BgClassName
{
background-color: #9FFAF8;
}
</style>
border-color css
<style>
span { border-color: #9FFAF8; }
span { border-color: rgb(159,250,248); }
td.TdClassName
{
border-color: #9FFAF8;
}
.TagClassName
{
border-color: #9FFAF8;
}
</style>