Html Css Color HEX #9EECE4 Pale Turquoise

📋 copy color: '#9EECE4'

red 158 ◦ green 236 ◦ blue 228

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

Shades of Pale Turquoise #9EECE4

Tints of Pale Turquoise #9EECE4

RGB

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

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

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

R = 25.4%
G = 37.94%
B = 36.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#9EECE4 (or 0x9EECE4) is known color: Pale Turquoise. HEX triplet: 9E, EC and E4. RGB value is (158,236,228). Sum of RGB (Red+Green+Blue) = 158+236+228=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECE4 is #61131B. Grayscale: #D3D3D3. Windows color (decimal): -6361884 or 15002782. OLE color: 15002782.

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

Color convert

RGB 158 236 228 -
CMYK 0.33 0 0.03 0.07
HSL 173.85º 0.67% 0.77% -
HSV(B) 173.85º 0.33% 0.93% -
XYZ 58.1 72.86 84.4 -
YUV 211.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 158 236 228 0.33 0 0.03 0.07 173.85 0.67 0.77
Hex 9E EC E4 21 0 3 7 AE 43 4D
Octal 236 354 344 41 0 3 7 256 103 115
Binary 10011110 11101100 11100100 100001 0 11 111 10101110 1000011 1001101

Color Harmonies of #9EECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECE4

Black with #9EECE4

Text Example


Text Example

White with #9EECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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