Html Css Color HEX #9EFFEE Pale Turquoise

📋 copy color: '#9EFFEE'

red 158 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #9EFFEE

Tints of Pale Turquoise #9EFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 39.17%

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

R = 24.27%
G = 39.17%
B = 36.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#9EFFEE (or 0x9EFFEE) is known color: Pale Turquoise. HEX triplet: 9E, FF and EE. RGB value is (158,255,238). Sum of RGB (Red+Green+Blue) = 158+255+238=651 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.27% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFEE is #610011. Grayscale: #E0E0E0. Windows color (decimal): -6357010 or 15663006. OLE color: 15663006.

HSL color Cylindrical-coordinate representation of color #9EFFEE: hue angle of 169.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFEE is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 238 -
CMYK 0.38 0 0.07 0
HSL 169.48º 1% 0.81% -
HSV(B) 169.48º 0.38% 1% -
XYZ 65.29 84.96 93.85 -
YUV 224.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 158 255 238 0.38 0 0.07 0 169.48 1 0.81
Hex 9E FF EE 26 0 7 0 A9 64 51
Octal 236 377 356 46 0 7 0 251 144 121
Binary 10011110 11111111 11101110 100110 0 111 0 10101001 1100100 1010001

Color Harmonies of #9EFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFEE

Black with #9EFFEE

Text Example


Text Example

White with #9EFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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