Shades of Pale Turquoise #9FF1EF
Tints of Pale Turquoise #9FF1EF
RGB
CMYK
RGB Variations
Color information
#9FF1EF (or 0x9FF1EF) is known color: Pale Turquoise. HEX triplet: 9F, F1 and EF. RGB value is (159,241,239). Sum of RGB (Red+Green+Blue) = 159+241+239=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF1EF is #600E10. Grayscale: #D8D8D8. Windows color (decimal): -6295057 or 15724959. OLE color: 15724959.
HSL color Cylindrical-coordinate representation of color #9FF1EF: hue angle of 178.54º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1EF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 239 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.05 |
| HSL | 178.54º | 0.75% | 0.78% | - |
| HSV(B) | 178.54º | 0.34% | 0.95% | - |
| XYZ | 61.33 | 76.51 | 93.2 | - |
| YUV | 216.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 239 | 0.34 | 0 | 0.01 | 0.05 | 178.54 | 0.75 | 0.78 |
| Hex | 9F | F1 | EF | 22 | 0 | 1 | 5 | B3 | 4B | 4E |
| Octal | 237 | 361 | 357 | 42 | 0 | 1 | 5 | 263 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11101111 | 100010 | 0 | 1 | 101 | 10110011 | 1001011 | 1001110 |
Color Harmonies of #9FF1EF
Complementary color
Monochromatic Colors of #9FF1EF
Black with #9FF1EF
Text Example
Text Example
White with #9FF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1EF; }
p { color: rgb(159,241,239); }
H1.HeaderClassName
{
color: #9FF1EF;
}
.AnyTagClassName
{
color: #9FF1EF;
}
</style>
background-color css
<style>
a { background-color: #9FF1EF; }
a { background-color: rgb(159,241,239); }
div.DivClassName
{
background-color: #9FF1EF;
}
.BgClassName
{
background-color: #9FF1EF;
}
</style>
border-color css
<style>
span { border-color: #9FF1EF; }
span { border-color: rgb(159,241,239); }
td.TdClassName
{
border-color: #9FF1EF;
}
.TagClassName
{
border-color: #9FF1EF;
}
</style>