Html Css Color HEX #9EF1EE Pale Turquoise

📋 copy color: '#9EF1EE'

red 158 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #9EF1EE

Tints of Pale Turquoise #9EF1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.36%

R = 24.8%
G = 37.83%
B = 37.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#9EF1EE (or 0x9EF1EE) is known color: Pale Turquoise. HEX triplet: 9E, F1 and EE. RGB value is (158,241,238). Sum of RGB (Red+Green+Blue) = 158+241+238=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF1EE is #610E11. Grayscale: #D7D7D7. Windows color (decimal): -6360594 or 15659422. OLE color: 15659422.

HSL color Cylindrical-coordinate representation of color #9EF1EE: hue angle of 177.83º 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 #9EF1EE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 238 -
CMYK 0.34 0 0.01 0.05
HSL 177.83º 0.75% 0.78% -
HSV(B) 177.83º 0.34% 0.95% -
XYZ 60.99 76.35 92.41 -
YUV 215.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 158 241 238 0.34 0 0.01 0.05 177.83 0.75 0.78
Hex 9E F1 EE 22 0 1 5 B2 4B 4E
Octal 236 361 356 42 0 1 5 262 113 116
Binary 10011110 11110001 11101110 100010 0 1 101 10110010 1001011 1001110

Color Harmonies of #9EF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1EE

Black with #9EF1EE

Text Example


Text Example

White with #9EF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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