Shades of Pale Turquoise #9FEEE4
Tints of Pale Turquoise #9FEEE4
RGB
CMYK
RGB Variations
Color information
#9FEEE4 (or 0x9FEEE4) is known color: Pale Turquoise. HEX triplet: 9F, EE and E4. RGB value is (159,238,228). Sum of RGB (Red+Green+Blue) = 159+238+228=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEE4 is #60111B. Grayscale: #D5D5D5. Windows color (decimal): -6295836 or 15003295. OLE color: 15003295.
HSL color Cylindrical-coordinate representation of color #9FEEE4: hue angle of 172.41º 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 #9FEEE4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 238 | 228 | - |
CMYK | 0.33 | 0 | 0.04 | 0.07 |
HSL | 172.41º | 0.7% | 0.78% | - |
HSV(B) | 172.41º | 0.33% | 0.93% | - |
XYZ | 58.88 | 74.12 | 84.6 | - |
YUV | 213.24 | 136.33 | 89.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 238 | 228 | 0.33 | 0 | 0.04 | 0.07 | 172.41 | 0.7 | 0.78 |
Hex | 9F | EE | E4 | 21 | 0 | 4 | 7 | AC | 46 | 4E |
Octal | 237 | 356 | 344 | 41 | 0 | 4 | 7 | 254 | 106 | 116 |
Binary | 10011111 | 11101110 | 11100100 | 100001 | 0 | 100 | 111 | 10101100 | 1000110 | 1001110 |
Color Harmonies of #9FEEE4
Complementary color
Monochromatic Colors of #9FEEE4
Black with #9FEEE4
Text Example
Text Example
White with #9FEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEE4; }
p { color: rgb(159,238,228); }
H1.HeaderClassName
{
color: #9FEEE4;
}
.AnyTagClassName
{
color: #9FEEE4;
}
</style>
background-color css
<style>
a { background-color: #9FEEE4; }
a { background-color: rgb(159,238,228); }
div.DivClassName
{
background-color: #9FEEE4;
}
.BgClassName
{
background-color: #9FEEE4;
}
</style>
border-color css
<style>
span { border-color: #9FEEE4; }
span { border-color: rgb(159,238,228); }
td.TdClassName
{
border-color: #9FEEE4;
}
.TagClassName
{
border-color: #9FEEE4;
}
</style>