Shades of Pale Turquoise #9FFBEB
Tints of Pale Turquoise #9FFBEB
RGB
CMYK
RGB Variations
Color information
#9FFBEB (or 0x9FFBEB) is known color: Pale Turquoise. HEX triplet: 9F, FB and EB. RGB value is (159,251,235). Sum of RGB (Red+Green+Blue) = 159+251+235=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBEB is #600414. Grayscale: #DDDDDD. Windows color (decimal): -6292501 or 15465375. OLE color: 15465375.
HSL color Cylindrical-coordinate representation of color #9FFBEB: hue angle of 169.57º 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 #9FFBEB is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 235 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.02 |
| HSL | 169.57º | 0.92% | 0.8% | - |
| HSV(B) | 169.57º | 0.37% | 0.98% | - |
| XYZ | 63.79 | 82.36 | 91.13 | - |
| YUV | 221.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 235 | 0.37 | 0 | 0.06 | 0.02 | 169.57 | 0.92 | 0.8 |
| Hex | 9F | FB | EB | 25 | 0 | 6 | 2 | AA | 5C | 50 |
| Octal | 237 | 373 | 353 | 45 | 0 | 6 | 2 | 252 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11101011 | 100101 | 0 | 110 | 10 | 10101010 | 1011100 | 1010000 |
Color Harmonies of #9FFBEB
Complementary color
Monochromatic Colors of #9FFBEB
Black with #9FFBEB
Text Example
Text Example
White with #9FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBEB; }
p { color: rgb(159,251,235); }
H1.HeaderClassName
{
color: #9FFBEB;
}
.AnyTagClassName
{
color: #9FFBEB;
}
</style>
background-color css
<style>
a { background-color: #9FFBEB; }
a { background-color: rgb(159,251,235); }
div.DivClassName
{
background-color: #9FFBEB;
}
.BgClassName
{
background-color: #9FFBEB;
}
</style>
border-color css
<style>
span { border-color: #9FFBEB; }
span { border-color: rgb(159,251,235); }
td.TdClassName
{
border-color: #9FFBEB;
}
.TagClassName
{
border-color: #9FFBEB;
}
</style>