Html Css Color HEX #9EECE3 Pale Turquoise

📋 copy color: '#9EECE3'

red 158 ◦ green 236 ◦ blue 227

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

Shades of Pale Turquoise #9EECE3

Tints of Pale Turquoise #9EECE3

RGB

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

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

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

R = 25.44%
G = 38%
B = 36.55%

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

#9EECE3 (or 0x9EECE3) is known color: Pale Turquoise. HEX triplet: 9E, EC and E3. RGB value is (158,236,227). Sum of RGB (Red+Green+Blue) = 158+236+227=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECE3 is #61131C. Grayscale: #D3D3D3. Windows color (decimal): -6361885 or 14937246. OLE color: 14937246.

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

Color convert

RGB 158 236 227 -
CMYK 0.33 0 0.04 0.07
HSL 173.08º 0.67% 0.77% -
HSV(B) 173.08º 0.33% 0.93% -
XYZ 57.96 72.81 83.67 -
YUV 211.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 158 236 227 0.33 0 0.04 0.07 173.08 0.67 0.77
Hex 9E EC E3 21 0 4 7 AD 43 4D
Octal 236 354 343 41 0 4 7 255 103 115
Binary 10011110 11101100 11100011 100001 0 100 111 10101101 1000011 1001101

Color Harmonies of #9EECE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECE3

Black with #9EECE3

Text Example


Text Example

White with #9EECE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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