Html Css Color HEX #9EEDE4 Pale Turquoise

📋 copy color: '#9EEDE4'

red 158 ◦ green 237 ◦ blue 228

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

Shades of Pale Turquoise #9EEDE4

Tints of Pale Turquoise #9EEDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.6%

R = 25.36%
G = 38.04%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#9EEDE4 (or 0x9EEDE4) is known color: Pale Turquoise. HEX triplet: 9E, ED and E4. RGB value is (158,237,228). Sum of RGB (Red+Green+Blue) = 158+237+228=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDE4 is #61121B. Grayscale: #D4D4D4. Windows color (decimal): -6361628 or 15003038. OLE color: 15003038.

HSL color Cylindrical-coordinate representation of color #9EEDE4: hue angle of 173.16º 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 #9EEDE4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 228 -
CMYK 0.33 0 0.04 0.07
HSL 173.16º 0.69% 0.77% -
HSV(B) 173.16º 0.33% 0.93% -
XYZ 58.39 73.44 84.5 -
YUV 212.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 158 237 228 0.33 0 0.04 0.07 173.16 0.69 0.77
Hex 9E ED E4 21 0 4 7 AD 45 4D
Octal 236 355 344 41 0 4 7 255 105 115
Binary 10011110 11101101 11100100 100001 0 100 111 10101101 1000101 1001101

Color Harmonies of #9EEDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDE4

Black with #9EEDE4

Text Example


Text Example

White with #9EEDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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