Html Css Color HEX #9EF6E5 Pale Turquoise

📋 copy color: '#9EF6E5'

red 158 ◦ green 246 ◦ blue 229

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

Shades of Pale Turquoise #9EF6E5

Tints of Pale Turquoise #9EF6E5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.86%

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 24.96%
G = 38.86%
B = 36.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#9EF6E5 (or 0x9EF6E5) is known color: Pale Turquoise. HEX triplet: 9E, F6 and E5. RGB value is (158,246,229). Sum of RGB (Red+Green+Blue) = 158+246+229=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF6E5 is #61091A. Grayscale: #D9D9D9. Windows color (decimal): -6359323 or 15070878. OLE color: 15070878.

HSL color Cylindrical-coordinate representation of color #9EF6E5: hue angle of 168.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF6E5 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 246 229 -
CMYK 0.36 0 0.07 0.04
HSL 168.41º 0.83% 0.79% -
HSV(B) 168.41º 0.36% 0.96% -
XYZ 61.2 78.84 86.12 -
YUV 217.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 158 246 229 0.36 0 0.07 0.04 168.41 0.83 0.79
Hex 9E F6 E5 24 0 7 4 A8 53 4F
Octal 236 366 345 44 0 7 4 250 123 117
Binary 10011110 11110110 11100101 100100 0 111 100 10101000 1010011 1001111

Color Harmonies of #9EF6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF6E5

Black with #9EF6E5

Text Example


Text Example

White with #9EF6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,246,229); }

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

background-color css

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

 a { background-color: rgb(158,246,229); }

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

border-color css

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

 span { border-color: rgb(158,246,229); }

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