#9EFDEE

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

Shades of Pale Turquoise #9EFDEE

Tints of Pale Turquoise #9EFDEE

Color information

#9EFDEE (or 0x9EFDEE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and EE. RGB value is (158,253,238). Sum of RGB (Red+Green+Blue) = 158+253+238=649 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.35% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEE is #610211. Grayscale: #DEDEDE. Windows color (decimal): -6357522 or 15662494. OLE color: 15662494.

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

Color convert

RGB158253238-
CMYK0.3800.060.01
HSL170.53º95.96%80.59%-
HSV(B)170.53º37.55%99.22%-
XYZ64.6683.6993.64-
YUV222.88136.5381.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.35%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=24.35%
G=38.98%
B=36.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532380.3800.060.01170.5395.9680.59
Hex9EFDEE26061ab6051
Octal23637535646061253140121
Binary100111101111110111101110100110011011010101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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