Shades of Pale Turquoise #9FFEFE
Tints of Pale Turquoise #9FFEFE
RGB
CMYK
RGB Variations
Color information
#9FFEFE (or 0x9FFEFE) is known color: Pale Turquoise. HEX triplet: 9F, FE and FE. RGB value is (159,254,254). Sum of RGB (Red+Green+Blue) = 159+254+254=667 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.84% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9FFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEFE is #600101. Grayscale: #E1E1E1. Windows color (decimal): -6291714 or 16711327. OLE color: 16711327.
HSL color Cylindrical-coordinate representation of color #9FFEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEFE is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 254 | - |
| CMYK | 0.37 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.81% | - |
| HSV(B) | 180º | 0.37% | 1% | - |
| XYZ | 67.63 | 85.41 | 106.69 | - |
| YUV | 225.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 254 | 0.37 | 0 | 0 | 0.00 | 180 | 0.98 | 0.81 |
| Hex | 9F | FE | FE | 25 | 0 | 0 | 0 | B4 | 62 | 51 |
| Octal | 237 | 376 | 376 | 45 | 0 | 0 | 0 | 264 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11111110 | 100101 | 0 | 0 | 0 | 10110100 | 1100010 | 1010001 |
Color Harmonies of #9FFEFE
Complementary color
Monochromatic Colors of #9FFEFE
Black with #9FFEFE
Text Example
Text Example
White with #9FFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEFE; }
p { color: rgb(159,254,254); }
H1.HeaderClassName
{
color: #9FFEFE;
}
.AnyTagClassName
{
color: #9FFEFE;
}
</style>
background-color css
<style>
a { background-color: #9FFEFE; }
a { background-color: rgb(159,254,254); }
div.DivClassName
{
background-color: #9FFEFE;
}
.BgClassName
{
background-color: #9FFEFE;
}
</style>
border-color css
<style>
span { border-color: #9FFEFE; }
span { border-color: rgb(159,254,254); }
td.TdClassName
{
border-color: #9FFEFE;
}
.TagClassName
{
border-color: #9FFEFE;
}
</style>