#9EF9FD

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

Shades of Pale Turquoise #9EF9FD

Tints of Pale Turquoise #9EF9FD

Color information

#9EF9FD (or 0x9EF9FD) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F9 and FD. RGB value is (158,249,253). Sum of RGB (Red+Green+Blue) = 158+249+253=660 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.94% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9FD is #610602. Grayscale: #DEDEDE. Windows color (decimal): -6358531 or 16644510. OLE color: 16644510.

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

Color convert

RGB158249253-
CMYK0.380.0200.01
HSL182.53º95.96%80.59%-
HSV(B)182.53º37.55%99.22%-
XYZ65.7182.11105.31-
YUV222.25145.3582.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.94%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=23.94%
G=37.73%
B=38.33%

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
Decimal1582492530.380.0200.01182.5395.9680.59
Hex9EF9FD26201b76051
Octal23637137546201267140121
Binary10011110111110011111110110011010011011011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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