Shades of Pale Turquoise #9FFEFF
Tints of Pale Turquoise #9FFEFF
RGB
CMYK
RGB Variations
Color information
#9FFEFF (or 0x9FFEFF) is known color: Pale Turquoise. HEX triplet: 9F, FE and FF. RGB value is (159,254,255). Sum of RGB (Red+Green+Blue) = 159+254+255=668 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.80% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEFF is #600100. Grayscale: #E1E1E1. Windows color (decimal): -6291713 or 16776863. OLE color: 16776863.
HSL color Cylindrical-coordinate representation of color #9FFEFF: hue angle of 180.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFEFF is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 254 | 255 | - |
| CMYK | 0.38 | 0.00 | 0 | 0 |
| HSL | 180.63º | 1% | 0.81% | - |
| HSV(B) | 180.63º | 0.38% | 1% | - |
| XYZ | 67.79 | 85.47 | 107.53 | - |
| YUV | 225.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 255 | 0.38 | 0.00 | 0 | 0 | 180.63 | 1 | 0.81 |
| Hex | 9F | FE | FF | 26 | 0 | 0 | 0 | B5 | 64 | 51 |
| Octal | 237 | 376 | 377 | 46 | 0 | 0 | 0 | 265 | 144 | 121 |
| Binary | 10011111 | 11111110 | 11111111 | 100110 | 0 | 0 | 0 | 10110101 | 1100100 | 1010001 |
Color Harmonies of #9FFEFF
Complementary color
Monochromatic Colors of #9FFEFF
Black with #9FFEFF
Text Example
Text Example
White with #9FFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEFF; }
p { color: rgb(159,254,255); }
H1.HeaderClassName
{
color: #9FFEFF;
}
.AnyTagClassName
{
color: #9FFEFF;
}
</style>
background-color css
<style>
a { background-color: #9FFEFF; }
a { background-color: rgb(159,254,255); }
div.DivClassName
{
background-color: #9FFEFF;
}
.BgClassName
{
background-color: #9FFEFF;
}
</style>
border-color css
<style>
span { border-color: #9FFEFF; }
span { border-color: rgb(159,254,255); }
td.TdClassName
{
border-color: #9FFEFF;
}
.TagClassName
{
border-color: #9FFEFF;
}
</style>