Html Css Color HEX #9EF1E8 Pale Turquoise

📋 copy color: '#9EF1E8'

red 158 ◦ green 241 ◦ blue 232

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

Shades of Pale Turquoise #9EF1E8

Tints of Pale Turquoise #9EF1E8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

 BLUE value IS 232 (91.02% from 255) = 36.77%

R = 25.04%
G = 38.19%
B = 36.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#9EF1E8 (or 0x9EF1E8) is known color: Pale Turquoise. HEX triplet: 9E, F1 and E8. RGB value is (158,241,232). Sum of RGB (Red+Green+Blue) = 158+241+232=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF1E8 is #610E17. Grayscale: #D7D7D7. Windows color (decimal): -6360600 or 15266206. OLE color: 15266206.

HSL color Cylindrical-coordinate representation of color #9EF1E8: hue angle of 173.49º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1E8 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 232 -
CMYK 0.34 0 0.04 0.05
HSL 173.49º 0.75% 0.78% -
HSV(B) 173.49º 0.34% 0.95% -
XYZ 60.12 76.01 87.85 -
YUV 215.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 158 241 232 0.34 0 0.04 0.05 173.49 0.75 0.78
Hex 9E F1 E8 22 0 4 5 AD 4B 4E
Octal 236 361 350 42 0 4 5 255 113 116
Binary 10011110 11110001 11101000 100010 0 100 101 10101101 1001011 1001110

Color Harmonies of #9EF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1E8

Black with #9EF1E8

Text Example


Text Example

White with #9EF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,241,232); }

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

background-color css

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

 a { background-color: rgb(158,241,232); }

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

border-color css

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

 span { border-color: rgb(158,241,232); }

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