Shades of Pale Turquoise #9FFBE7
Tints of Pale Turquoise #9FFBE7
RGB
CMYK
RGB Variations
Color information
#9FFBE7 (or 0x9FFBE7) is known color: Pale Turquoise. HEX triplet: 9F, FB and E7. RGB value is (159,251,231). Sum of RGB (Red+Green+Blue) = 159+251+231=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBE7 is #600418. Grayscale: #DDDDDD. Windows color (decimal): -6292505 or 15203231. OLE color: 15203231.
HSL color Cylindrical-coordinate representation of color #9FFBE7: hue angle of 166.96º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBE7 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 231 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.02 |
| HSL | 166.96º | 0.92% | 0.8% | - |
| HSV(B) | 166.96º | 0.37% | 0.98% | - |
| XYZ | 63.22 | 82.13 | 88.12 | - |
| YUV | 221.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 231 | 0.37 | 0 | 0.08 | 0.02 | 166.96 | 0.92 | 0.8 |
| Hex | 9F | FB | E7 | 25 | 0 | 8 | 2 | A7 | 5C | 50 |
| Octal | 237 | 373 | 347 | 45 | 0 | 10 | 2 | 247 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11100111 | 100101 | 0 | 1000 | 10 | 10100111 | 1011100 | 1010000 |
Color Harmonies of #9FFBE7
Complementary color
Monochromatic Colors of #9FFBE7
Black with #9FFBE7
Text Example
Text Example
White with #9FFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBE7; }
p { color: rgb(159,251,231); }
H1.HeaderClassName
{
color: #9FFBE7;
}
.AnyTagClassName
{
color: #9FFBE7;
}
</style>
background-color css
<style>
a { background-color: #9FFBE7; }
a { background-color: rgb(159,251,231); }
div.DivClassName
{
background-color: #9FFBE7;
}
.BgClassName
{
background-color: #9FFBE7;
}
</style>
border-color css
<style>
span { border-color: #9FFBE7; }
span { border-color: rgb(159,251,231); }
td.TdClassName
{
border-color: #9FFBE7;
}
.TagClassName
{
border-color: #9FFBE7;
}
</style>