#9EFFFE

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

Shades of Pale Turquoise #9EFFFE

Tints of Pale Turquoise #9EFFFE

Color information

#9EFFFE (or 0x9EFFFE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and FE. RGB value is (158,255,254). Sum of RGB (Red+Green+Blue) = 158+255+254=667 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.69% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFE is #610001. Grayscale: #E1E1E1. Windows color (decimal): -6356994 or 16711582. OLE color: 16711582.

HSL color Cylindrical-coordinate representation of color #9EFFFE: hue angle of 179.38º 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 #9EFFFE is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB158255254-
CMYK0.3800.000
HSL179.38º100%80.98%-
HSV(B)179.38º38.04%100%-
XYZ67.7585.94106.78-
YUV225.88143.8679.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.69%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=23.69%
G=38.23%
B=38.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552540.3800.000179.3810080.98
Hex9EFFFE26000b36451
Octal23637737646000263144121
Binary1001111011111111111111101001100001011001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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