Shades of Pale Turquoise #9FEEE2
Tints of Pale Turquoise #9FEEE2
RGB
CMYK
RGB Variations
Color information
#9FEEE2 (or 0x9FEEE2) is known color: Pale Turquoise. HEX triplet: 9F, EE and E2. RGB value is (159,238,226). Sum of RGB (Red+Green+Blue) = 159+238+226=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEE2 is #60111D. Grayscale: #D4D4D4. Windows color (decimal): -6295838 or 14872223. OLE color: 14872223.
HSL color Cylindrical-coordinate representation of color #9FEEE2: hue angle of 170.89º 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 #9FEEE2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 238 | 226 | - |
CMYK | 0.33 | 0 | 0.05 | 0.07 |
HSL | 170.89º | 0.7% | 0.78% | - |
HSV(B) | 170.89º | 0.33% | 0.93% | - |
XYZ | 58.6 | 74.01 | 83.15 | - |
YUV | 213.01 | 135.33 | 89.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 238 | 226 | 0.33 | 0 | 0.05 | 0.07 | 170.89 | 0.7 | 0.78 |
Hex | 9F | EE | E2 | 21 | 0 | 5 | 7 | AB | 46 | 4E |
Octal | 237 | 356 | 342 | 41 | 0 | 5 | 7 | 253 | 106 | 116 |
Binary | 10011111 | 11101110 | 11100010 | 100001 | 0 | 101 | 111 | 10101011 | 1000110 | 1001110 |
Color Harmonies of #9FEEE2
Complementary color
Monochromatic Colors of #9FEEE2
Black with #9FEEE2
Text Example
Text Example
White with #9FEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEE2; }
p { color: rgb(159,238,226); }
H1.HeaderClassName
{
color: #9FEEE2;
}
.AnyTagClassName
{
color: #9FEEE2;
}
</style>
background-color css
<style>
a { background-color: #9FEEE2; }
a { background-color: rgb(159,238,226); }
div.DivClassName
{
background-color: #9FEEE2;
}
.BgClassName
{
background-color: #9FEEE2;
}
</style>
border-color css
<style>
span { border-color: #9FEEE2; }
span { border-color: rgb(159,238,226); }
td.TdClassName
{
border-color: #9FEEE2;
}
.TagClassName
{
border-color: #9FEEE2;
}
</style>