Html Css Color HEX #9EF1EC Pale Turquoise

📋 copy color: '#9EF1EC'

red 158 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #9EF1EC

Tints of Pale Turquoise #9EF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 24.88%
G = 37.95%
B = 37.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#9EF1EC (or 0x9EF1EC) is known color: Pale Turquoise. HEX triplet: 9E, F1 and EC. RGB value is (158,241,236). Sum of RGB (Red+Green+Blue) = 158+241+236=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF1EC is #610E13. Grayscale: #D7D7D7. Windows color (decimal): -6360596 or 15528350. OLE color: 15528350.

HSL color Cylindrical-coordinate representation of color #9EF1EC: hue angle of 176.39º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF1EC is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 236 -
CMYK 0.34 0 0.02 0.05
HSL 176.39º 0.75% 0.78% -
HSV(B) 176.39º 0.34% 0.95% -
XYZ 60.7 76.24 90.87 -
YUV 215.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 158 241 236 0.34 0 0.02 0.05 176.39 0.75 0.78
Hex 9E F1 EC 22 0 2 5 B0 4B 4E
Octal 236 361 354 42 0 2 5 260 113 116
Binary 10011110 11110001 11101100 100010 0 10 101 10110000 1001011 1001110

Color Harmonies of #9EF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1EC

Black with #9EF1EC

Text Example


Text Example

White with #9EF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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