#9EFEFE

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

Shades of Pale Turquoise #9EFEFE

Tints of Pale Turquoise #9EFEFE

Color information

#9EFEFE (or 0x9EFEFE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FE and FE. RGB value is (158,254,254). Sum of RGB (Red+Green+Blue) = 158+254+254=666 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.72% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9EFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEFE is #610101. Grayscale: #E1E1E1. Windows color (decimal): -6357250 or 16711326. OLE color: 16711326.

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

Color convert

RGB158254254-
CMYK0.38000.00
HSL180º97.96%80.78%-
HSV(B)180º37.8%99.61%-
XYZ67.4385.31106.68-
YUV225.3144.280-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.72%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=23.72%
G=38.14%
B=38.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542540.38000.0018097.9680.78
Hex9EFEFE26000b46251
Octal23637637646000264142121
Binary1001111011111110111111101001100001011010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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