Html Css Color HEX #9EFFED Pale Turquoise

📋 copy color: '#9EFFED'

red 158 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #9EFFED

Tints of Pale Turquoise #9EFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 39.23%

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

R = 24.31%
G = 39.23%
B = 36.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#9EFFED (or 0x9EFFED) is known color: Pale Turquoise. HEX triplet: 9E, FF and ED. RGB value is (158,255,237). Sum of RGB (Red+Green+Blue) = 158+255+237=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFED is #610012. Grayscale: #DFDFDF. Windows color (decimal): -6357011 or 15597470. OLE color: 15597470.

HSL color Cylindrical-coordinate representation of color #9EFFED: hue angle of 168.87º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFED is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 237 -
CMYK 0.38 0 0.07 0
HSL 168.87º 1% 0.81% -
HSV(B) 168.87º 0.38% 1% -
XYZ 65.15 84.9 93.08 -
YUV 223.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 158 255 237 0.38 0 0.07 0 168.87 1 0.81
Hex 9E FF ED 26 0 7 0 A9 64 51
Octal 236 377 355 46 0 7 0 251 144 121
Binary 10011110 11111111 11101101 100110 0 111 0 10101001 1100100 1010001

Color Harmonies of #9EFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFED

Black with #9EFFED

Text Example


Text Example

White with #9EFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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