#9EFAF8

Color #9EFAF8 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9EFAF8

Tints of Pale Turquoise #9EFAF8

Color information

#9EFAF8 (or 0x9EFAF8) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FA and F8. RGB value is (158,250,248). Sum of RGB (Red+Green+Blue) = 158+250+248=656 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.09% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAF8 is #610507. Grayscale: #DEDEDE. Windows color (decimal): -6358280 or 16317086. OLE color: 16317086.

HSL color Cylindrical-coordinate representation of color #9EFAF8: hue angle of 178.7º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAF8 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB158250248-
CMYK0.3700.010.02
HSL178.7º90.2%80%-
HSV(B)178.7º36.8%98.04%-
XYZ65.2382.42101.28-
YUV222.26142.5282.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.09%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=24.09%
G=38.11%
B=37.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582502480.3700.010.02178.790.280
Hex9EFAF825012b35a50
Octal23637237045012263132120
Binary10011110111110101111100010010101101011001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,250,248); }

 H1.HeaderClassName
 {
   color: #9EFAF8;
 }
 .AnyTagClassName
 {
   color: #9EFAF8;
 }
</style>
background-color css

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

 a { background-color: rgb(158,250,248); }

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

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

 span { border-color: rgb(158,250,248); }

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