#9EFDFF

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

Shades of Pale Turquoise #9EFDFF

Tints of Pale Turquoise #9EFDFF

Color information

#9EFDFF (or 0x9EFDFF) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and FF. RGB value is (158,253,255). Sum of RGB (Red+Green+Blue) = 158+253+255=666 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.72% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFF is #610200. Grayscale: #E0E0E0. Windows color (decimal): -6357505 or 16776606. OLE color: 16776606.

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

Color convert

RGB158253255-
CMYK0.380.0100
HSL181.24º100%80.98%-
HSV(B)181.24º38.04%100%-
XYZ67.2884.74107.42-
YUV224.82145.0380.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.72%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 255 (100% from 255) = 38.29%
R=23.72%
G=37.99%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582532550.380.0100181.2410080.98
Hex9EFDFF26100b56451
Octal23637537746100265144121
Binary1001111011111101111111111001101001011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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