Shades of Pale Turquoise #9FEEEC
Tints of Pale Turquoise #9FEEEC
RGB
CMYK
RGB Variations
Color information
#9FEEEC (or 0x9FEEEC) is known color: Pale Turquoise. HEX triplet: 9F, EE and EC. RGB value is (159,238,236). Sum of RGB (Red+Green+Blue) = 159+238+236=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEC is #601113. Grayscale: #D6D6D6. Windows color (decimal): -6295828 or 15527583. OLE color: 15527583.
HSL color Cylindrical-coordinate representation of color #9FEEEC: hue angle of 178.48º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEEC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 236 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.07 |
| HSL | 178.48º | 0.7% | 0.78% | - |
| HSV(B) | 178.48º | 0.33% | 0.93% | - |
| XYZ | 60.01 | 74.58 | 90.59 | - |
| YUV | 214.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 236 | 0.33 | 0 | 0.01 | 0.07 | 178.48 | 0.7 | 0.78 |
| Hex | 9F | EE | EC | 21 | 0 | 1 | 7 | B2 | 46 | 4E |
| Octal | 237 | 356 | 354 | 41 | 0 | 1 | 7 | 262 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11101100 | 100001 | 0 | 1 | 111 | 10110010 | 1000110 | 1001110 |
Color Harmonies of #9FEEEC
Complementary color
Monochromatic Colors of #9FEEEC
Black with #9FEEEC
Text Example
Text Example
White with #9FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEEC; }
p { color: rgb(159,238,236); }
H1.HeaderClassName
{
color: #9FEEEC;
}
.AnyTagClassName
{
color: #9FEEEC;
}
</style>
background-color css
<style>
a { background-color: #9FEEEC; }
a { background-color: rgb(159,238,236); }
div.DivClassName
{
background-color: #9FEEEC;
}
.BgClassName
{
background-color: #9FEEEC;
}
</style>
border-color css
<style>
span { border-color: #9FEEEC; }
span { border-color: rgb(159,238,236); }
td.TdClassName
{
border-color: #9FEEEC;
}
.TagClassName
{
border-color: #9FEEEC;
}
</style>