Shades of Pale Turquoise #9FEFE3
Tints of Pale Turquoise #9FEFE3
RGB
CMYK
RGB Variations
Color information
#9FEFE3 (or 0x9FEFE3) is known color: Pale Turquoise. HEX triplet: 9F, EF and E3. RGB value is (159,239,227). Sum of RGB (Red+Green+Blue) = 159+239+227=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFE3 is #60101C. Grayscale: #D5D5D5. Windows color (decimal): -6295581 or 14938015. OLE color: 14938015.
HSL color Cylindrical-coordinate representation of color #9FEFE3: hue angle of 171º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFE3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 227 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.06 |
| HSL | 171º | 0.71% | 0.78% | - |
| HSV(B) | 171º | 0.33% | 0.94% | - |
| XYZ | 59.03 | 74.65 | 83.97 | - |
| YUV | 213.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 227 | 0.33 | 0 | 0.05 | 0.06 | 171 | 0.71 | 0.78 |
| Hex | 9F | EF | E3 | 21 | 0 | 5 | 6 | AB | 47 | 4E |
| Octal | 237 | 357 | 343 | 41 | 0 | 5 | 6 | 253 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11100011 | 100001 | 0 | 101 | 110 | 10101011 | 1000111 | 1001110 |
Color Harmonies of #9FEFE3
Complementary color
Monochromatic Colors of #9FEFE3
Black with #9FEFE3
Text Example
Text Example
White with #9FEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFE3; }
p { color: rgb(159,239,227); }
H1.HeaderClassName
{
color: #9FEFE3;
}
.AnyTagClassName
{
color: #9FEFE3;
}
</style>
background-color css
<style>
a { background-color: #9FEFE3; }
a { background-color: rgb(159,239,227); }
div.DivClassName
{
background-color: #9FEFE3;
}
.BgClassName
{
background-color: #9FEFE3;
}
</style>
border-color css
<style>
span { border-color: #9FEFE3; }
span { border-color: rgb(159,239,227); }
td.TdClassName
{
border-color: #9FEFE3;
}
.TagClassName
{
border-color: #9FEFE3;
}
</style>