Shades of Pale Turquoise #9FFBEA
Tints of Pale Turquoise #9FFBEA
RGB
CMYK
RGB Variations
Color information
#9FFBEA (or 0x9FFBEA) is known color: Pale Turquoise. HEX triplet: 9F, FB and EA. RGB value is (159,251,234). Sum of RGB (Red+Green+Blue) = 159+251+234=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBEA is #600415. Grayscale: #DDDDDD. Windows color (decimal): -6292502 or 15399839. OLE color: 15399839.
HSL color Cylindrical-coordinate representation of color #9FFBEA: hue angle of 168.91º 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 #9FFBEA is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 234 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.02 |
| HSL | 168.91º | 0.92% | 0.8% | - |
| HSV(B) | 168.91º | 0.37% | 0.98% | - |
| XYZ | 63.65 | 82.31 | 90.37 | - |
| YUV | 221.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 234 | 0.37 | 0 | 0.07 | 0.02 | 168.91 | 0.92 | 0.8 |
| Hex | 9F | FB | EA | 25 | 0 | 7 | 2 | A9 | 5C | 50 |
| Octal | 237 | 373 | 352 | 45 | 0 | 7 | 2 | 251 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11101010 | 100101 | 0 | 111 | 10 | 10101001 | 1011100 | 1010000 |
Color Harmonies of #9FFBEA
Complementary color
Monochromatic Colors of #9FFBEA
Black with #9FFBEA
Text Example
Text Example
White with #9FFBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBEA; }
p { color: rgb(159,251,234); }
H1.HeaderClassName
{
color: #9FFBEA;
}
.AnyTagClassName
{
color: #9FFBEA;
}
</style>
background-color css
<style>
a { background-color: #9FFBEA; }
a { background-color: rgb(159,251,234); }
div.DivClassName
{
background-color: #9FFBEA;
}
.BgClassName
{
background-color: #9FFBEA;
}
</style>
border-color css
<style>
span { border-color: #9FFBEA; }
span { border-color: rgb(159,251,234); }
td.TdClassName
{
border-color: #9FFBEA;
}
.TagClassName
{
border-color: #9FFBEA;
}
</style>