Html Css Color HEX #9EFDEA Pale Turquoise

📋 copy color: '#9EFDEA'

red 158 ◦ green 253 ◦ blue 234

#9EFDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #9EFDEA

Tints of Pale Turquoise #9EFDEA

RGB

 RED value IS 158 (62.11% from 255) = 24.5%

 GREEN value IS 253 (99.22% from 255) = 39.22%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 24.5%
G = 39.22%
B = 36.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#9EFDEA (or 0x9EFDEA) is known color: Pale Turquoise. HEX triplet: 9E, FD and EA. RGB value is (158,253,234). Sum of RGB (Red+Green+Blue) = 158+253+234=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEA is #610215. Grayscale: #DEDEDE. Windows color (decimal): -6357526 or 15400350. OLE color: 15400350.

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

Color convert

RGB 158 253 234 -
CMYK 0.38 0 0.08 0.01
HSL 168º 0.96% 0.81% -
HSV(B) 168º 0.38% 0.99% -
XYZ 64.08 83.46 90.57 -
YUV 222.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 158 253 234 0.38 0 0.08 0.01 168 0.96 0.81
Hex 9E FD EA 26 0 8 1 A8 60 51
Octal 236 375 352 46 0 10 1 250 140 121
Binary 10011110 11111101 11101010 100110 0 1000 1 10101000 1100000 1010001

Color Harmonies of #9EFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDEA

Black with #9EFDEA

Text Example


Text Example

White with #9EFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EFDEA;
 }
 .AnyTagClassName
 {
   color: #9EFDEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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