#9EFFFD

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

Shades of Pale Turquoise #9EFFFD

Tints of Pale Turquoise #9EFFFD

Color information

#9EFFFD (or 0x9EFFFD) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and FD. RGB value is (158,255,253). Sum of RGB (Red+Green+Blue) = 158+255+253=666 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.72% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFD is #610002. Grayscale: #E1E1E1. Windows color (decimal): -6356995 or 16646046. OLE color: 16646046.

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

Color convert

RGB158255253-
CMYK0.3800.010
HSL178.76º100%80.98%-
HSV(B)178.76º38.04%100%-
XYZ67.5985.88105.94-
YUV225.77143.3679.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.72%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=23.72%
G=38.29%
B=37.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552530.3800.010178.7610080.98
Hex9EFFFD26010b36451
Octal23637737546010263144121
Binary1001111011111111111111011001100101011001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,253); }

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

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

 a { background-color: rgb(158,255,253); }

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

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

 span { border-color: rgb(158,255,253); }

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