#9EF7FB

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

Shades of Pale Turquoise #9EF7FB

Tints of Pale Turquoise #9EF7FB

Color information

#9EF7FB (or 0x9EF7FB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F7 and FB. RGB value is (158,247,251). Sum of RGB (Red+Green+Blue) = 158+247+251=656 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.09% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EF7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF7FB is #610804. Grayscale: #DCDCDC. Windows color (decimal): -6359045 or 16512926. OLE color: 16512926.

HSL color Cylindrical-coordinate representation of color #9EF7FB: hue angle of 182.58º degrees, saturation: 0.92, 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 #9EF7FB is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158247251-
CMYK0.370.0200.02
HSL182.58º92.08%80.2%-
HSV(B)182.58º37.05%98.43%-
XYZ64.7780.76103.44-
YUV220.84145.0183.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.09%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=24.09%
G=37.65%
B=38.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582472510.370.0200.02182.5892.0880.2
Hex9EF7FB25202b75c50
Octal23636737345202267134120
Binary100111101111011111111011100101100101011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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