Shades of Pale Turquoise #9FFFFF
Tints of Pale Turquoise #9FFFFF
RGB
CMYK
RGB Variations
Color information
#9FFFFF (or 0x9FFFFF) is known color: Pale Turquoise. HEX triplet: 9F, FF and FF. RGB value is (159,255,255). Sum of RGB (Red+Green+Blue) = 159+255+255=669 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.77% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9FFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFFF is #600000. Grayscale: #E2E2E2. Windows color (decimal): -6291457 or 16777119. OLE color: 16777119.
HSL color Cylindrical-coordinate representation of color #9FFFFF: hue angle of 180º 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 #9FFFFF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 255 | - |
| CMYK | 0.38 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.81% | - |
| HSV(B) | 180º | 0.38% | 1% | - |
| XYZ | 68.11 | 86.11 | 107.64 | - |
| YUV | 226.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 255 | 0.38 | 0 | 0 | 0 | 180 | 1 | 0.81 |
| Hex | 9F | FF | FF | 26 | 0 | 0 | 0 | B4 | 64 | 51 |
| Octal | 237 | 377 | 377 | 46 | 0 | 0 | 0 | 264 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11111111 | 100110 | 0 | 0 | 0 | 10110100 | 1100100 | 1010001 |
Color Harmonies of #9FFFFF
Complementary color
Monochromatic Colors of #9FFFFF
Black with #9FFFFF
Text Example
Text Example
White with #9FFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFFF; }
p { color: rgb(159,255,255); }
H1.HeaderClassName
{
color: #9FFFFF;
}
.AnyTagClassName
{
color: #9FFFFF;
}
</style>
background-color css
<style>
a { background-color: #9FFFFF; }
a { background-color: rgb(159,255,255); }
div.DivClassName
{
background-color: #9FFFFF;
}
.BgClassName
{
background-color: #9FFFFF;
}
</style>
border-color css
<style>
span { border-color: #9FFFFF; }
span { border-color: rgb(159,255,255); }
td.TdClassName
{
border-color: #9FFFFF;
}
.TagClassName
{
border-color: #9FFFFF;
}
</style>