Html Css Color HEX #9EF0ED Pale Turquoise

📋 copy color: '#9EF0ED'

red 158 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #9EF0ED

Tints of Pale Turquoise #9EF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 24.88%
G = 37.8%
B = 37.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#9EF0ED (or 0x9EF0ED) is known color: Pale Turquoise. HEX triplet: 9E, F0 and ED. RGB value is (158,240,237). Sum of RGB (Red+Green+Blue) = 158+240+237=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF0ED is #610F12. Grayscale: #D7D7D7. Windows color (decimal): -6360851 or 15593630. OLE color: 15593630.

HSL color Cylindrical-coordinate representation of color #9EF0ED: hue angle of 177.8º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0ED is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 237 -
CMYK 0.34 0 0.01 0.06
HSL 177.8º 0.73% 0.78% -
HSV(B) 177.8º 0.34% 0.94% -
XYZ 60.55 75.7 91.54 -
YUV 215.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 158 240 237 0.34 0 0.01 0.06 177.8 0.73 0.78
Hex 9E F0 ED 22 0 1 6 B2 49 4E
Octal 236 360 355 42 0 1 6 262 111 116
Binary 10011110 11110000 11101101 100010 0 1 110 10110010 1001001 1001110

Color Harmonies of #9EF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF0ED

Black with #9EF0ED

Text Example


Text Example

White with #9EF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,237); }

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

background-color css

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

 a { background-color: rgb(158,240,237); }

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

border-color css

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

 span { border-color: rgb(158,240,237); }

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