Shades of Pale Turquoise #9FFBF1
Tints of Pale Turquoise #9FFBF1
RGB
CMYK
RGB Variations
Color information
#9FFBF1 (or 0x9FFBF1) is known color: Pale Turquoise. HEX triplet: 9F, FB and F1. RGB value is (159,251,241). Sum of RGB (Red+Green+Blue) = 159+251+241=651 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.42% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBF1 is #60040E. Grayscale: #DEDEDE. Windows color (decimal): -6292495 or 15858591. OLE color: 15858591.
HSL color Cylindrical-coordinate representation of color #9FFBF1: hue angle of 173.48º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBF1 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 241 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.02 |
| HSL | 173.48º | 0.92% | 0.8% | - |
| HSV(B) | 173.48º | 0.37% | 0.98% | - |
| XYZ | 64.67 | 82.72 | 95.78 | - |
| YUV | 222.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 241 | 0.37 | 0 | 0.04 | 0.02 | 173.48 | 0.92 | 0.8 |
| Hex | 9F | FB | F1 | 25 | 0 | 4 | 2 | AD | 5C | 50 |
| Octal | 237 | 373 | 361 | 45 | 0 | 4 | 2 | 255 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11110001 | 100101 | 0 | 100 | 10 | 10101101 | 1011100 | 1010000 |
Color Harmonies of #9FFBF1
Complementary color
Monochromatic Colors of #9FFBF1
Black with #9FFBF1
Text Example
Text Example
White with #9FFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBF1; }
p { color: rgb(159,251,241); }
H1.HeaderClassName
{
color: #9FFBF1;
}
.AnyTagClassName
{
color: #9FFBF1;
}
</style>
background-color css
<style>
a { background-color: #9FFBF1; }
a { background-color: rgb(159,251,241); }
div.DivClassName
{
background-color: #9FFBF1;
}
.BgClassName
{
background-color: #9FFBF1;
}
</style>
border-color css
<style>
span { border-color: #9FFBF1; }
span { border-color: rgb(159,251,241); }
td.TdClassName
{
border-color: #9FFBF1;
}
.TagClassName
{
border-color: #9FFBF1;
}
</style>