#9EFEFD

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

Shades of Pale Turquoise #9EFEFD

Tints of Pale Turquoise #9EFEFD

Color information

#9EFEFD (or 0x9EFEFD) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FE and FD. RGB value is (158,254,253). Sum of RGB (Red+Green+Blue) = 158+254+253=665 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.76% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEFD is #610102. Grayscale: #E1E1E1. Windows color (decimal): -6357251 or 16645790. OLE color: 16645790.

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

Color convert

RGB158254253-
CMYK0.3800.000.00
HSL179.38º97.96%80.78%-
HSV(B)179.38º37.8%99.61%-
XYZ67.2785.24105.84-
YUV225.18143.780.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.76%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=23.76%
G=38.20%
B=38.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542530.3800.000.00179.3897.9680.78
Hex9EFEFD26000b36251
Octal23637637546000263142121
Binary1001111011111110111111011001100001011001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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