#9efff0

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

Shades of Pale Turquoise #9EFFF0

Tints of Pale Turquoise #9EFFF0

Color information

#9EFFF0 (or 0x9EFFF0) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and F0. RGB value is (158,255,240). Sum of RGB (Red+Green+Blue) = 158+255+240=653 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.20% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFF0 is #61000F. Grayscale: #E0E0E0. Windows color (decimal): -6357008 or 15794078. OLE color: 15794078.

HSL color Cylindrical-coordinate representation of color #9EFFF0: hue angle of 170.72º 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 #9EFFF0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB158255240-
CMYK0.3800.060
HSL170.72º100%80.98%-
HSV(B)170.72º38.04%100%-
XYZ65.5985.0895.4-
YUV224.29136.8680.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.20%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=24.20%
G=39.05%
B=36.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552400.3800.060170.7210080.98
Hex9EFFF026060ab6451
Octal23637736046060253144121
Binary100111101111111111110000100110011001010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9efff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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