Shades of Pale Turquoise #9FFAF3
Tints of Pale Turquoise #9FFAF3
RGB
CMYK
RGB Variations
Color information
#9FFAF3 (or 0x9FFAF3) is known color: Pale Turquoise. HEX triplet: 9F, FA and F3. RGB value is (159,250,243). Sum of RGB (Red+Green+Blue) = 159+250+243=652 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.39% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAF3 is #60050C. Grayscale: #DDDDDD. Windows color (decimal): -6292749 or 15989407. OLE color: 15989407.
HSL color Cylindrical-coordinate representation of color #9FFAF3: hue angle of 175.38º 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 #9FFAF3 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 243 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.02 |
| HSL | 175.38º | 0.9% | 0.8% | - |
| HSV(B) | 175.38º | 0.36% | 0.98% | - |
| XYZ | 64.66 | 82.21 | 97.25 | - |
| YUV | 221.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 243 | 0.36 | 0 | 0.03 | 0.02 | 175.38 | 0.9 | 0.8 |
| Hex | 9F | FA | F3 | 24 | 0 | 3 | 2 | AF | 5A | 50 |
| Octal | 237 | 372 | 363 | 44 | 0 | 3 | 2 | 257 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11110011 | 100100 | 0 | 11 | 10 | 10101111 | 1011010 | 1010000 |
Color Harmonies of #9FFAF3
Complementary color
Monochromatic Colors of #9FFAF3
Black with #9FFAF3
Text Example
Text Example
White with #9FFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAF3; }
p { color: rgb(159,250,243); }
H1.HeaderClassName
{
color: #9FFAF3;
}
.AnyTagClassName
{
color: #9FFAF3;
}
</style>
background-color css
<style>
a { background-color: #9FFAF3; }
a { background-color: rgb(159,250,243); }
div.DivClassName
{
background-color: #9FFAF3;
}
.BgClassName
{
background-color: #9FFAF3;
}
</style>
border-color css
<style>
span { border-color: #9FFAF3; }
span { border-color: rgb(159,250,243); }
td.TdClassName
{
border-color: #9FFAF3;
}
.TagClassName
{
border-color: #9FFAF3;
}
</style>