Html Css Color HEX #9EE9E3 Pale Turquoise

📋 copy color: '#9EE9E3'

red 158 ◦ green 233 ◦ blue 227

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

Shades of Pale Turquoise #9EE9E3

Tints of Pale Turquoise #9EE9E3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.7%

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

R = 25.57%
G = 37.7%
B = 36.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#9EE9E3 (or 0x9EE9E3) is known color: Pale Turquoise. HEX triplet: 9E, E9 and E3. RGB value is (158,233,227). Sum of RGB (Red+Green+Blue) = 158+233+227=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9E3 is #61161C. Grayscale: #D1D1D1. Windows color (decimal): -6362653 or 14936478. OLE color: 14936478.

HSL color Cylindrical-coordinate representation of color #9EE9E3: hue angle of 175.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9E3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 227 -
CMYK 0.32 0 0.03 0.09
HSL 175.2º 0.63% 0.77% -
HSV(B) 175.2º 0.32% 0.91% -
XYZ 57.1 71.09 83.39 -
YUV 209.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 158 233 227 0.32 0 0.03 0.09 175.2 0.63 0.77
Hex 9E E9 E3 20 0 3 9 AF 3F 4D
Octal 236 351 343 40 0 3 11 257 77 115
Binary 10011110 11101001 11100011 100000 0 11 1001 10101111 111111 1001101

Color Harmonies of #9EE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9E3

Black with #9EE9E3

Text Example


Text Example

White with #9EE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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