Html Css Color HEX #9EEDEA Pale Turquoise

📋 copy color: '#9EEDEA'

red 158 ◦ green 237 ◦ blue 234

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

Shades of Pale Turquoise #9EEDEA

Tints of Pale Turquoise #9EEDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

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

R = 25.12%
G = 37.68%
B = 37.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#9EEDEA (or 0x9EEDEA) is known color: Pale Turquoise. HEX triplet: 9E, ED and EA. RGB value is (158,237,234). Sum of RGB (Red+Green+Blue) = 158+237+234=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDEA is #611215. Grayscale: #D4D4D4. Windows color (decimal): -6361622 or 15396254. OLE color: 15396254.

HSL color Cylindrical-coordinate representation of color #9EEDEA: hue angle of 177.72º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDEA is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 234 -
CMYK 0.33 0 0.01 0.07
HSL 177.72º 0.69% 0.77% -
HSV(B) 177.72º 0.33% 0.93% -
XYZ 59.24 73.78 88.96 -
YUV 213.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 158 237 234 0.33 0 0.01 0.07 177.72 0.69 0.77
Hex 9E ED EA 21 0 1 7 B2 45 4D
Octal 236 355 352 41 0 1 7 262 105 115
Binary 10011110 11101101 11101010 100001 0 1 111 10110010 1000101 1001101

Color Harmonies of #9EEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDEA

Black with #9EEDEA

Text Example


Text Example

White with #9EEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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