Shades of Pale Turquoise #9FFCEB
Tints of Pale Turquoise #9FFCEB
RGB
CMYK
RGB Variations
Color information
#9FFCEB (or 0x9FFCEB) is known color: Pale Turquoise. HEX triplet: 9F, FC and EB. RGB value is (159,252,235). Sum of RGB (Red+Green+Blue) = 159+252+235=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCEB is #600314. Grayscale: #DEDEDE. Windows color (decimal): -6292245 or 15465631. OLE color: 15465631.
HSL color Cylindrical-coordinate representation of color #9FFCEB: hue angle of 169.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCEB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 235 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.01 |
| HSL | 169.03º | 0.94% | 0.81% | - |
| HSV(B) | 169.03º | 0.37% | 0.99% | - |
| XYZ | 64.1 | 82.99 | 91.24 | - |
| YUV | 222.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 235 | 0.37 | 0 | 0.07 | 0.01 | 169.03 | 0.94 | 0.81 |
| Hex | 9F | FC | EB | 25 | 0 | 7 | 1 | A9 | 5E | 51 |
| Octal | 237 | 374 | 353 | 45 | 0 | 7 | 1 | 251 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11101011 | 100101 | 0 | 111 | 1 | 10101001 | 1011110 | 1010001 |
Color Harmonies of #9FFCEB
Complementary color
Monochromatic Colors of #9FFCEB
Black with #9FFCEB
Text Example
Text Example
White with #9FFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCEB; }
p { color: rgb(159,252,235); }
H1.HeaderClassName
{
color: #9FFCEB;
}
.AnyTagClassName
{
color: #9FFCEB;
}
</style>
background-color css
<style>
a { background-color: #9FFCEB; }
a { background-color: rgb(159,252,235); }
div.DivClassName
{
background-color: #9FFCEB;
}
.BgClassName
{
background-color: #9FFCEB;
}
</style>
border-color css
<style>
span { border-color: #9FFCEB; }
span { border-color: rgb(159,252,235); }
td.TdClassName
{
border-color: #9FFCEB;
}
.TagClassName
{
border-color: #9FFCEB;
}
</style>