Html Css Color HEX #9EF3EC Pale Turquoise

📋 copy color: '#9EF3EC'

red 158 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #9EF3EC

Tints of Pale Turquoise #9EF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.15%

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

R = 24.8%
G = 38.15%
B = 37.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#9EF3EC (or 0x9EF3EC) is known color: Pale Turquoise. HEX triplet: 9E, F3 and EC. RGB value is (158,243,236). Sum of RGB (Red+Green+Blue) = 158+243+236=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF3EC is #610C13. Grayscale: #D8D8D8. Windows color (decimal): -6360084 or 15528862. OLE color: 15528862.

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

Color convert

RGB 158 243 236 -
CMYK 0.35 0 0.03 0.05
HSL 175.06º 0.78% 0.79% -
HSV(B) 175.06º 0.35% 0.95% -
XYZ 61.29 77.43 91.07 -
YUV 216.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 158 243 236 0.35 0 0.03 0.05 175.06 0.78 0.79
Hex 9E F3 EC 23 0 3 5 AF 4E 4F
Octal 236 363 354 43 0 3 5 257 116 117
Binary 10011110 11110011 11101100 100011 0 11 101 10101111 1001110 1001111

Color Harmonies of #9EF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF3EC

Black with #9EF3EC

Text Example


Text Example

White with #9EF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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