Shades of Pale Turquoise #9FEEE3
Tints of Pale Turquoise #9FEEE3
RGB
CMYK
RGB Variations
Color information
#9FEEE3 (or 0x9FEEE3) is known color: Pale Turquoise. HEX triplet: 9F, EE and E3. RGB value is (159,238,227). Sum of RGB (Red+Green+Blue) = 159+238+227=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 227 (89.06% from 255 or 36.38% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEE3 is #60111C. Grayscale: #D5D5D5. Windows color (decimal): -6295837 or 14937759. OLE color: 14937759.
HSL color Cylindrical-coordinate representation of color #9FEEE3: hue angle of 171.65º 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 #9FEEE3 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 238 | 227 | - |
CMYK | 0.33 | 0 | 0.05 | 0.07 |
HSL | 171.65º | 0.7% | 0.78% | - |
HSV(B) | 171.65º | 0.33% | 0.93% | - |
XYZ | 58.74 | 74.07 | 83.87 | - |
YUV | 213.13 | 135.83 | 89.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 238 | 227 | 0.33 | 0 | 0.05 | 0.07 | 171.65 | 0.7 | 0.78 |
Hex | 9F | EE | E3 | 21 | 0 | 5 | 7 | AC | 46 | 4E |
Octal | 237 | 356 | 343 | 41 | 0 | 5 | 7 | 254 | 106 | 116 |
Binary | 10011111 | 11101110 | 11100011 | 100001 | 0 | 101 | 111 | 10101100 | 1000110 | 1001110 |
Color Harmonies of #9FEEE3
Complementary color
Monochromatic Colors of #9FEEE3
Black with #9FEEE3
Text Example
Text Example
White with #9FEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEE3; }
p { color: rgb(159,238,227); }
H1.HeaderClassName
{
color: #9FEEE3;
}
.AnyTagClassName
{
color: #9FEEE3;
}
</style>
background-color css
<style>
a { background-color: #9FEEE3; }
a { background-color: rgb(159,238,227); }
div.DivClassName
{
background-color: #9FEEE3;
}
.BgClassName
{
background-color: #9FEEE3;
}
</style>
border-color css
<style>
span { border-color: #9FEEE3; }
span { border-color: rgb(159,238,227); }
td.TdClassName
{
border-color: #9FEEE3;
}
.TagClassName
{
border-color: #9FEEE3;
}
</style>