Html Css Color HEX #9EF9EA Pale Turquoise

📋 copy color: '#9EF9EA'

red 158 ◦ green 249 ◦ blue 234

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

Shades of Pale Turquoise #9EF9EA

Tints of Pale Turquoise #9EF9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 24.65%
G = 38.85%
B = 36.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#9EF9EA (or 0x9EF9EA) is known color: Pale Turquoise. HEX triplet: 9E, F9 and EA. RGB value is (158,249,234). Sum of RGB (Red+Green+Blue) = 158+249+234=641 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.65% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9EA is #610615. Grayscale: #DCDCDC. Windows color (decimal): -6358550 or 15399326. OLE color: 15399326.

HSL color Cylindrical-coordinate representation of color #9EF9EA: hue angle of 170.11º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9EA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 249 234 -
CMYK 0.37 0 0.06 0.02
HSL 170.11º 0.88% 0.8% -
HSV(B) 170.11º 0.37% 0.98% -
XYZ 62.83 80.96 90.16 -
YUV 220.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 158 249 234 0.37 0 0.06 0.02 170.11 0.88 0.8
Hex 9E F9 EA 25 0 6 2 AA 58 50
Octal 236 371 352 45 0 6 2 252 130 120
Binary 10011110 11111001 11101010 100101 0 110 10 10101010 1011000 1010000

Color Harmonies of #9EF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF9EA

Black with #9EF9EA

Text Example


Text Example

White with #9EF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,249,234); }

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

background-color css

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

 a { background-color: rgb(158,249,234); }

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

border-color css

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

 span { border-color: rgb(158,249,234); }

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