Html Css Color HEX #9EEBE6 Pale Turquoise

📋 copy color: '#9EEBE6'

red 158 ◦ green 235 ◦ blue 230

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

Shades of Pale Turquoise #9EEBE6

Tints of Pale Turquoise #9EEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.92%

R = 25.36%
G = 37.72%
B = 36.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#9EEBE6 (or 0x9EEBE6) is known color: Pale Turquoise. HEX triplet: 9E, EB and E6. RGB value is (158,235,230). Sum of RGB (Red+Green+Blue) = 158+235+230=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBE6 is #611419. Grayscale: #D3D3D3. Windows color (decimal): -6362138 or 15133598. OLE color: 15133598.

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

Color convert

RGB 158 235 230 -
CMYK 0.33 0 0.02 0.08
HSL 176.1º 0.66% 0.77% -
HSV(B) 176.1º 0.33% 0.92% -
XYZ 58.09 72.4 85.78 -
YUV 211.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 158 235 230 0.33 0 0.02 0.08 176.1 0.66 0.77
Hex 9E EB E6 21 0 2 8 B0 42 4D
Octal 236 353 346 41 0 2 10 260 102 115
Binary 10011110 11101011 11100110 100001 0 10 1000 10110000 1000010 1001101

Color Harmonies of #9EEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBE6

Black with #9EEBE6

Text Example


Text Example

White with #9EEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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