Html Css Color HEX #9EFEEB Pale Turquoise

📋 copy color: '#9EFEEB'

red 158 ◦ green 254 ◦ blue 235

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

Shades of Pale Turquoise #9EFEEB

Tints of Pale Turquoise #9EFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.26%

 BLUE value IS 235 (92.19% from 255) = 36.32%

R = 24.42%
G = 39.26%
B = 36.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#9EFEEB (or 0x9EFEEB) is known color: Pale Turquoise. HEX triplet: 9E, FE and EB. RGB value is (158,254,235). Sum of RGB (Red+Green+Blue) = 158+254+235=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEEB is #610114. Grayscale: #DFDFDF. Windows color (decimal): -6357269 or 15466142. OLE color: 15466142.

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

Color convert

RGB 158 254 235 -
CMYK 0.38 0 0.07 0.00
HSL 168.13º 0.98% 0.81% -
HSV(B) 168.13º 0.38% 1% -
XYZ 64.54 84.15 91.44 -
YUV 223.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 158 254 235 0.38 0 0.07 0.00 168.13 0.98 0.81
Hex 9E FE EB 26 0 7 0 A8 62 51
Octal 236 376 353 46 0 7 0 250 142 121
Binary 10011110 11111110 11101011 100110 0 111 0 10101000 1100010 1010001

Color Harmonies of #9EFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEEB

Black with #9EFEEB

Text Example


Text Example

White with #9EFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,254,235); }

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

background-color css

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

 a { background-color: rgb(158,254,235); }

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

border-color css

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

 span { border-color: rgb(158,254,235); }

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