Html Css Color HEX #9EEBE2 Pale Turquoise

📋 copy color: '#9EEBE2'

red 158 ◦ green 235 ◦ blue 226

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

Shades of Pale Turquoise #9EEBE2

Tints of Pale Turquoise #9EEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 25.53%
G = 37.96%
B = 36.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#9EEBE2 (or 0x9EEBE2) is known color: Pale Turquoise. HEX triplet: 9E, EB and E2. RGB value is (158,235,226). Sum of RGB (Red+Green+Blue) = 158+235+226=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBE2 is #61141D. Grayscale: #D2D2D2. Windows color (decimal): -6362142 or 14871454. OLE color: 14871454.

HSL color Cylindrical-coordinate representation of color #9EEBE2: hue angle of 172.99º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBE2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 226 -
CMYK 0.33 0 0.04 0.08
HSL 172.99º 0.66% 0.77% -
HSV(B) 172.99º 0.33% 0.92% -
XYZ 57.54 72.18 82.85 -
YUV 210.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 158 235 226 0.33 0 0.04 0.08 172.99 0.66 0.77
Hex 9E EB E2 21 0 4 8 AD 42 4D
Octal 236 353 342 41 0 4 10 255 102 115
Binary 10011110 11101011 11100010 100001 0 100 1000 10101101 1000010 1001101

Color Harmonies of #9EEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBE2

Black with #9EEBE2

Text Example


Text Example

White with #9EEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,226); }

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

background-color css

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

 a { background-color: rgb(158,235,226); }

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

border-color css

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

 span { border-color: rgb(158,235,226); }

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