Html Css Color HEX #9EF6EC Pale Turquoise

📋 copy color: '#9EF6EC'

red 158 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #9EF6EC

Tints of Pale Turquoise #9EF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.44%

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

R = 24.69%
G = 38.44%
B = 36.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#9EF6EC (or 0x9EF6EC) is known color: Pale Turquoise. HEX triplet: 9E, F6 and EC. RGB value is (158,246,236). Sum of RGB (Red+Green+Blue) = 158+246+236=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF6EC is #610913. Grayscale: #DADADA. Windows color (decimal): -6359316 or 15529630. OLE color: 15529630.

HSL color Cylindrical-coordinate representation of color #9EF6EC: hue angle of 173.18º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF6EC is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 246 236 -
CMYK 0.36 0 0.04 0.04
HSL 173.18º 0.83% 0.79% -
HSV(B) 173.18º 0.36% 0.96% -
XYZ 62.2 79.24 91.37 -
YUV 218.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 158 246 236 0.36 0 0.04 0.04 173.18 0.83 0.79
Hex 9E F6 EC 24 0 4 4 AD 53 4F
Octal 236 366 354 44 0 4 4 255 123 117
Binary 10011110 11110110 11101100 100100 0 100 100 10101101 1010011 1001111

Color Harmonies of #9EF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF6EC

Black with #9EF6EC

Text Example


Text Example

White with #9EF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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