#9EF7FD

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

Shades of Pale Turquoise #9EF7FD

Tints of Pale Turquoise #9EF7FD

Color information

#9EF7FD (or 0x9EF7FD) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F7 and FD. RGB value is (158,247,253). Sum of RGB (Red+Green+Blue) = 158+247+253=658 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.01% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EF7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF7FD is #610802. Grayscale: #DCDCDC. Windows color (decimal): -6359043 or 16643998. OLE color: 16643998.

HSL color Cylindrical-coordinate representation of color #9EF7FD: hue angle of 183.79º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EF7FD is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158247253-
CMYK0.380.0200.01
HSL183.79º95.96%80.59%-
HSV(B)183.79º37.55%99.22%-
XYZ65.0980.88105.11-
YUV221.07146.0183.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.01%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=24.01%
G=37.54%
B=38.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582472530.380.0200.01183.7995.9680.59
Hex9EF7FD26201b86051
Octal23636737546201270140121
Binary10011110111101111111110110011010011011100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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