Shades of Pale Turquoise #9FFCF2
Tints of Pale Turquoise #9FFCF2
RGB
CMYK
RGB Variations
Color information
#9FFCF2 (or 0x9FFCF2) is known color: Pale Turquoise. HEX triplet: 9F, FC and F2. RGB value is (159,252,242). Sum of RGB (Red+Green+Blue) = 159+252+242=653 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.35% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF2 is #60030D. Grayscale: #DEDEDE. Windows color (decimal): -6292238 or 15924383. OLE color: 15924383.
HSL color Cylindrical-coordinate representation of color #9FFCF2: hue angle of 173.55º 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 #9FFCF2 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 242 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.01 |
| HSL | 173.55º | 0.94% | 0.81% | - |
| HSV(B) | 173.55º | 0.37% | 0.99% | - |
| XYZ | 65.14 | 83.4 | 96.67 | - |
| YUV | 223.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 242 | 0.37 | 0 | 0.04 | 0.01 | 173.55 | 0.94 | 0.81 |
| Hex | 9F | FC | F2 | 25 | 0 | 4 | 1 | AE | 5E | 51 |
| Octal | 237 | 374 | 362 | 45 | 0 | 4 | 1 | 256 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11110010 | 100101 | 0 | 100 | 1 | 10101110 | 1011110 | 1010001 |
Color Harmonies of #9FFCF2
Complementary color
Monochromatic Colors of #9FFCF2
Black with #9FFCF2
Text Example
Text Example
White with #9FFCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCF2; }
p { color: rgb(159,252,242); }
H1.HeaderClassName
{
color: #9FFCF2;
}
.AnyTagClassName
{
color: #9FFCF2;
}
</style>
background-color css
<style>
a { background-color: #9FFCF2; }
a { background-color: rgb(159,252,242); }
div.DivClassName
{
background-color: #9FFCF2;
}
.BgClassName
{
background-color: #9FFCF2;
}
</style>
border-color css
<style>
span { border-color: #9FFCF2; }
span { border-color: rgb(159,252,242); }
td.TdClassName
{
border-color: #9FFCF2;
}
.TagClassName
{
border-color: #9FFCF2;
}
</style>