#9EFDFA

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

Shades of Pale Turquoise #9EFDFA

Tints of Pale Turquoise #9EFDFA

Color information

#9EFDFA (or 0x9EFDFA) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and FA. RGB value is (158,253,250). Sum of RGB (Red+Green+Blue) = 158+253+250=661 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.90% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFA is #610205. Grayscale: #E0E0E0. Windows color (decimal): -6357510 or 16448926. OLE color: 16448926.

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

Color convert

RGB158253250-
CMYK0.3800.010.01
HSL178.11º95.96%80.59%-
HSV(B)178.11º37.55%99.22%-
XYZ66.4884.42103.23-
YUV224.25142.5380.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.90%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=23.90%
G=38.28%
B=37.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532500.3800.010.01178.1195.9680.59
Hex9EFDFA26011b26051
Octal23637537246011262140121
Binary1001111011111101111110101001100111011001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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