Html Css Color HEX #9EEDE3 Pale Turquoise

📋 copy color: '#9EEDE3'

red 158 ◦ green 237 ◦ blue 227

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

Shades of Pale Turquoise #9EEDE3

Tints of Pale Turquoise #9EEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 25.4%
G = 38.1%
B = 36.5%

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

#9EEDE3 (or 0x9EEDE3) is known color: Pale Turquoise. HEX triplet: 9E, ED and E3. RGB value is (158,237,227). Sum of RGB (Red+Green+Blue) = 158+237+227=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDE3 is #61121C. Grayscale: #D4D4D4. Windows color (decimal): -6361629 or 14937502. OLE color: 14937502.

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

Color convert

RGB 158 237 227 -
CMYK 0.33 0 0.04 0.07
HSL 172.41º 0.69% 0.77% -
HSV(B) 172.41º 0.33% 0.93% -
XYZ 58.25 73.38 83.77 -
YUV 212.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 158 237 227 0.33 0 0.04 0.07 172.41 0.69 0.77
Hex 9E ED E3 21 0 4 7 AC 45 4D
Octal 236 355 343 41 0 4 7 254 105 115
Binary 10011110 11101101 11100011 100001 0 100 111 10101100 1000101 1001101

Color Harmonies of #9EEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDE3

Black with #9EEDE3

Text Example


Text Example

White with #9EEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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