#9FEEE3

Color #9FEEE3 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9FEEE3

Tints of Pale Turquoise #9FEEE3

Color information

#9FEEE3 (or 0x9FEEE3) is unknown color: approx 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

RGB159238227-
CMYK0.3300.050.07
HSL171.65º69.91%77.84%-
HSV(B)171.65º33.19%93.33%-
XYZ58.7474.0783.87-
YUV213.12135.8389.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 25.48%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 227 (89.06% from 255) = 36.38%
R=25.48%
G=38.14%
B=36.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592382270.3300.050.07171.6569.9177.84
Hex9FEEE321057ac464e
Octal23735634341057254106116
Binary10011111111011101110001110000101011111010110010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>