Html Css Color HEX #9EF8EC Pale Turquoise

📋 copy color: '#9EF8EC'

red 158 ◦ green 248 ◦ blue 236

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

Shades of Pale Turquoise #9EF8EC

Tints of Pale Turquoise #9EF8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 24.61%
G = 38.63%
B = 36.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#9EF8EC (or 0x9EF8EC) is known color: Pale Turquoise. HEX triplet: 9E, F8 and EC. RGB value is (158,248,236). Sum of RGB (Red+Green+Blue) = 158+248+236=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF8EC is #610713. Grayscale: #DBDBDB. Windows color (decimal): -6358804 or 15530142. OLE color: 15530142.

HSL color Cylindrical-coordinate representation of color #9EF8EC: hue angle of 172º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF8EC is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 248 236 -
CMYK 0.36 0 0.05 0.03
HSL 172º 0.87% 0.8% -
HSV(B) 172º 0.36% 0.97% -
XYZ 62.81 80.46 91.58 -
YUV 219.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 158 248 236 0.36 0 0.05 0.03 172 0.87 0.8
Hex 9E F8 EC 24 0 5 3 AC 57 50
Octal 236 370 354 44 0 5 3 254 127 120
Binary 10011110 11111000 11101100 100100 0 101 11 10101100 1010111 1010000

Color Harmonies of #9EF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF8EC

Black with #9EF8EC

Text Example


Text Example

White with #9EF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,248,236); }

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

background-color css

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

 a { background-color: rgb(158,248,236); }

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

border-color css

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

 span { border-color: rgb(158,248,236); }

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