Html Css Color HEX #9EFDEE Pale Turquoise

📋 copy color: '#9EFDEE'

red 158 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #9EFDEE

Tints of Pale Turquoise #9EFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 24.35%
G = 38.98%
B = 36.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#9EFDEE (or 0x9EFDEE) is known color: Pale Turquoise. HEX triplet: 9E, FD and EE. RGB value is (158,253,238). Sum of RGB (Red+Green+Blue) = 158+253+238=649 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.35% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEE is #610211. Grayscale: #DEDEDE. Windows color (decimal): -6357522 or 15662494. OLE color: 15662494.

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

Color convert

RGB 158 253 238 -
CMYK 0.38 0 0.06 0.01
HSL 170.53º 0.96% 0.81% -
HSV(B) 170.53º 0.38% 0.99% -
XYZ 64.66 83.69 93.64 -
YUV 222.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 158 253 238 0.38 0 0.06 0.01 170.53 0.96 0.81
Hex 9E FD EE 26 0 6 1 AB 60 51
Octal 236 375 356 46 0 6 1 253 140 121
Binary 10011110 11111101 11101110 100110 0 110 1 10101011 1100000 1010001

Color Harmonies of #9EFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDEE

Black with #9EFDEE

Text Example


Text Example

White with #9EFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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