Shades of Pale Turquoise #9FFBEE
Tints of Pale Turquoise #9FFBEE
RGB
CMYK
RGB Variations
Color information
#9FFBEE (or 0x9FFBEE) is known color: Pale Turquoise. HEX triplet: 9F, FB and EE. RGB value is (159,251,238). Sum of RGB (Red+Green+Blue) = 159+251+238=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBEE is #600411. Grayscale: #DDDDDD. Windows color (decimal): -6292498 or 15661983. OLE color: 15661983.
HSL color Cylindrical-coordinate representation of color #9FFBEE: hue angle of 171.52º 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 #9FFBEE is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 238 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.02 |
| HSL | 171.52º | 0.92% | 0.8% | - |
| HSV(B) | 171.52º | 0.37% | 0.98% | - |
| XYZ | 64.23 | 82.54 | 93.44 | - |
| YUV | 222.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 238 | 0.37 | 0 | 0.05 | 0.02 | 171.52 | 0.92 | 0.8 |
| Hex | 9F | FB | EE | 25 | 0 | 5 | 2 | AC | 5C | 50 |
| Octal | 237 | 373 | 356 | 45 | 0 | 5 | 2 | 254 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11101110 | 100101 | 0 | 101 | 10 | 10101100 | 1011100 | 1010000 |
Color Harmonies of #9FFBEE
Complementary color
Monochromatic Colors of #9FFBEE
Black with #9FFBEE
Text Example
Text Example
White with #9FFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBEE; }
p { color: rgb(159,251,238); }
H1.HeaderClassName
{
color: #9FFBEE;
}
.AnyTagClassName
{
color: #9FFBEE;
}
</style>
background-color css
<style>
a { background-color: #9FFBEE; }
a { background-color: rgb(159,251,238); }
div.DivClassName
{
background-color: #9FFBEE;
}
.BgClassName
{
background-color: #9FFBEE;
}
</style>
border-color css
<style>
span { border-color: #9FFBEE; }
span { border-color: rgb(159,251,238); }
td.TdClassName
{
border-color: #9FFBEE;
}
.TagClassName
{
border-color: #9FFBEE;
}
</style>