Shades of Pale Turquoise #9FF3F1
Tints of Pale Turquoise #9FF3F1
RGB
CMYK
RGB Variations
Color information
#9FF3F1 (or 0x9FF3F1) is known color: Pale Turquoise. HEX triplet: 9F, F3 and F1. RGB value is (159,243,241). Sum of RGB (Red+Green+Blue) = 159+243+241=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3F1 is #600C0E. Grayscale: #D9D9D9. Windows color (decimal): -6294543 or 15856543. OLE color: 15856543.
HSL color Cylindrical-coordinate representation of color #9FF3F1: hue angle of 178.57º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3F1 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 241 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.05 |
| HSL | 178.57º | 0.78% | 0.79% | - |
| HSV(B) | 178.57º | 0.35% | 0.95% | - |
| XYZ | 62.23 | 77.82 | 94.96 | - |
| YUV | 217.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 241 | 0.35 | 0 | 0.01 | 0.05 | 178.57 | 0.78 | 0.79 |
| Hex | 9F | F3 | F1 | 23 | 0 | 1 | 5 | B3 | 4E | 4F |
| Octal | 237 | 363 | 361 | 43 | 0 | 1 | 5 | 263 | 116 | 117 |
| Binary | 10011111 | 11110011 | 11110001 | 100011 | 0 | 1 | 101 | 10110011 | 1001110 | 1001111 |
Color Harmonies of #9FF3F1
Complementary color
Monochromatic Colors of #9FF3F1
Black with #9FF3F1
Text Example
Text Example
White with #9FF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3F1; }
p { color: rgb(159,243,241); }
H1.HeaderClassName
{
color: #9FF3F1;
}
.AnyTagClassName
{
color: #9FF3F1;
}
</style>
background-color css
<style>
a { background-color: #9FF3F1; }
a { background-color: rgb(159,243,241); }
div.DivClassName
{
background-color: #9FF3F1;
}
.BgClassName
{
background-color: #9FF3F1;
}
</style>
border-color css
<style>
span { border-color: #9FF3F1; }
span { border-color: rgb(159,243,241); }
td.TdClassName
{
border-color: #9FF3F1;
}
.TagClassName
{
border-color: #9FF3F1;
}
</style>