Html Css Color HEX #9EECE2 Pale Turquoise

📋 copy color: '#9EECE2'

red 158 ◦ green 236 ◦ blue 226

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

Shades of Pale Turquoise #9EECE2

Tints of Pale Turquoise #9EECE2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

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

R = 25.48%
G = 38.06%
B = 36.45%

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

#9EECE2 (or 0x9EECE2) is known color: Pale Turquoise. HEX triplet: 9E, EC and E2. RGB value is (158,236,226). Sum of RGB (Red+Green+Blue) = 158+236+226=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECE2 is #61131D. Grayscale: #D3D3D3. Windows color (decimal): -6361886 or 14871710. OLE color: 14871710.

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

Color convert

RGB 158 236 226 -
CMYK 0.33 0 0.04 0.07
HSL 172.31º 0.67% 0.77% -
HSV(B) 172.31º 0.33% 0.93% -
XYZ 57.82 72.75 82.95 -
YUV 211.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 158 236 226 0.33 0 0.04 0.07 172.31 0.67 0.77
Hex 9E EC E2 21 0 4 7 AC 43 4D
Octal 236 354 342 41 0 4 7 254 103 115
Binary 10011110 11101100 11100010 100001 0 100 111 10101100 1000011 1001101

Color Harmonies of #9EECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECE2

Black with #9EECE2

Text Example


Text Example

White with #9EECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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