Shades of Pale Turquoise #9FFAFD
Tints of Pale Turquoise #9FFAFD
RGB
CMYK
RGB Variations
Color information
#9FFAFD (or 0x9FFAFD) is known color: Pale Turquoise. HEX triplet: 9F, FA and FD. RGB value is (159,250,253). Sum of RGB (Red+Green+Blue) = 159+250+253=662 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.02% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FFAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAFD is #600502. Grayscale: #DFDFDF. Windows color (decimal): -6292739 or 16644767. OLE color: 16644767.
HSL color Cylindrical-coordinate representation of color #9FFAFD: hue angle of 181.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFAFD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 250 | 253 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.01 |
| HSL | 181.91º | 0.96% | 0.81% | - |
| HSV(B) | 181.91º | 0.37% | 0.99% | - |
| XYZ | 66.21 | 82.83 | 105.43 | - |
| YUV | 223.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 253 | 0.37 | 0.01 | 0 | 0.01 | 181.91 | 0.96 | 0.81 |
| Hex | 9F | FA | FD | 25 | 1 | 0 | 1 | B6 | 60 | 51 |
| Octal | 237 | 372 | 375 | 45 | 1 | 0 | 1 | 266 | 140 | 121 |
| Binary | 10011111 | 11111010 | 11111101 | 100101 | 1 | 0 | 1 | 10110110 | 1100000 | 1010001 |
Color Harmonies of #9FFAFD
Complementary color
Monochromatic Colors of #9FFAFD
Black with #9FFAFD
Text Example
Text Example
White with #9FFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAFD; }
p { color: rgb(159,250,253); }
H1.HeaderClassName
{
color: #9FFAFD;
}
.AnyTagClassName
{
color: #9FFAFD;
}
</style>
background-color css
<style>
a { background-color: #9FFAFD; }
a { background-color: rgb(159,250,253); }
div.DivClassName
{
background-color: #9FFAFD;
}
.BgClassName
{
background-color: #9FFAFD;
}
</style>
border-color css
<style>
span { border-color: #9FFAFD; }
span { border-color: rgb(159,250,253); }
td.TdClassName
{
border-color: #9FFAFD;
}
.TagClassName
{
border-color: #9FFAFD;
}
</style>