Html Css Color HEX #9EF5EA Pale Turquoise

📋 copy color: '#9EF5EA'

red 158 ◦ green 245 ◦ blue 234

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

Shades of Pale Turquoise #9EF5EA

Tints of Pale Turquoise #9EF5EA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.46%

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 24.8%
G = 38.46%
B = 36.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#9EF5EA (or 0x9EF5EA) is known color: Pale Turquoise. HEX triplet: 9E, F5 and EA. RGB value is (158,245,234). Sum of RGB (Red+Green+Blue) = 158+245+234=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF5EA is #610A15. Grayscale: #D9D9D9. Windows color (decimal): -6359574 or 15398302. OLE color: 15398302.

HSL color Cylindrical-coordinate representation of color #9EF5EA: hue angle of 172.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF5EA is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 245 234 -
CMYK 0.36 0 0.04 0.04
HSL 172.41º 0.81% 0.79% -
HSV(B) 172.41º 0.36% 0.96% -
XYZ 61.6 78.51 89.75 -
YUV 217.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 158 245 234 0.36 0 0.04 0.04 172.41 0.81 0.79
Hex 9E F5 EA 24 0 4 4 AC 51 4F
Octal 236 365 352 44 0 4 4 254 121 117
Binary 10011110 11110101 11101010 100100 0 100 100 10101100 1010001 1001111

Color Harmonies of #9EF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF5EA

Black with #9EF5EA

Text Example


Text Example

White with #9EF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,245,234); }

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

background-color css

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

 a { background-color: rgb(158,245,234); }

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

border-color css

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

 span { border-color: rgb(158,245,234); }

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