#9FFEED

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

Shades of Pale Turquoise #9FFEED

Tints of Pale Turquoise #9FFEED

Color information

#9FFEED (or 0x9FFEED) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FE and ED. RGB value is (159,254,237). Sum of RGB (Red+Green+Blue) = 159+254+237=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEED is #600112. Grayscale: #DFDFDF. Windows color (decimal): -6291731 or 15597215. OLE color: 15597215.

HSL color Cylindrical-coordinate representation of color #9FFEED: hue angle of 169.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEED is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB159254237-
CMYK0.3700.070.00
HSL169.26º97.94%80.98%-
HSV(B)169.26º37.4%99.61%-
XYZ65.0384.3792.98-
YUV223.66135.5381.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.46%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=24.46%
G=39.08%
B=36.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592542370.3700.070.00169.2697.9480.98
Hex9FFEED25070a96251
Octal23737635545070251142121
Binary100111111111111011101101100101011101010100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FFEED; }

 p { color: rgb(159,254,237); }

 H1.HeaderClassName
 {
   color: #9FFEED;
 }
 .AnyTagClassName
 {
   color: #9FFEED;
 }
</style>
background-color css

<style>
 a { background-color: #9FFEED; }

 a { background-color: rgb(159,254,237); }

 div.DivClassName
 {
   background-color: #9FFEED;
 }
 .BgClassName
 {
   background-color: #9FFEED;
 }
</style>
border-color css

<style>
 span { border-color: #9FFEED; }

 span { border-color: rgb(159,254,237); }

 td.TdClassName
 {
   border-color: #9FFEED;
 }
 .TagClassName
 {
   border-color: #9FFEED;
 }
</style>