Html Css Color HEX #9EFAEF Pale Turquoise

📋 copy color: '#9EFAEF'

red 158 ◦ green 250 ◦ blue 239

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

Shades of Pale Turquoise #9EFAEF

Tints of Pale Turquoise #9EFAEF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 24.42%
G = 38.64%
B = 36.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#9EFAEF (or 0x9EFAEF) is known color: Pale Turquoise. HEX triplet: 9E, FA and EF. RGB value is (158,250,239). Sum of RGB (Red+Green+Blue) = 158+250+239=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAEF is #610510. Grayscale: #DDDDDD. Windows color (decimal): -6358289 or 15727262. OLE color: 15727262.

HSL color Cylindrical-coordinate representation of color #9EFAEF: hue angle of 172.83º degrees, saturation: 0.9, 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 #9EFAEF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 239 -
CMYK 0.37 0 0.04 0.02
HSL 172.83º 0.9% 0.8% -
HSV(B) 172.83º 0.37% 0.98% -
XYZ 63.87 81.87 94.1 -
YUV 221.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 158 250 239 0.37 0 0.04 0.02 172.83 0.9 0.8
Hex 9E FA EF 25 0 4 2 AD 5A 50
Octal 236 372 357 45 0 4 2 255 132 120
Binary 10011110 11111010 11101111 100101 0 100 10 10101101 1011010 1010000

Color Harmonies of #9EFAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAEF

Black with #9EFAEF

Text Example


Text Example

White with #9EFAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,239); }

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

background-color css

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

 a { background-color: rgb(158,250,239); }

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

border-color css

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

 span { border-color: rgb(158,250,239); }

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