#9EFEFF

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

Shades of Pale Turquoise #9EFEFF

Tints of Pale Turquoise #9EFEFF

Color information

#9EFEFF (or 0x9EFEFF) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FE and FF. RGB value is (158,254,255). Sum of RGB (Red+Green+Blue) = 158+254+255=667 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.69% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEFF is #610100. Grayscale: #E1E1E1. Windows color (decimal): -6357249 or 16776862. OLE color: 16776862.

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

Color convert

RGB158254255-
CMYK0.380.0000
HSL180.62º100%80.98%-
HSV(B)180.62º38.04%100%-
XYZ67.5985.37107.52-
YUV225.41144.779.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.69%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 255 (100% from 255) = 38.23%
R=23.69%
G=38.08%
B=38.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582542550.380.0000180.6210080.98
Hex9EFEFF26000b56451
Octal23637637746000265144121
Binary1001111011111110111111111001100001011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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