#9FFDEB

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

Shades of Pale Turquoise #9FFDEB

Tints of Pale Turquoise #9FFDEB

Color information

#9FFDEB (or 0x9FFDEB) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FD and EB. RGB value is (159,253,235). Sum of RGB (Red+Green+Blue) = 159+253+235=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDEB is #600214. Grayscale: #DEDEDE. Windows color (decimal): -6291989 or 15465887. OLE color: 15465887.

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

Color convert

RGB159253235-
CMYK0.3700.070.01
HSL168.51º95.92%80.78%-
HSV(B)168.51º37.15%99.22%-
XYZ64.4283.6291.34-
YUV222.84134.8682.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.57%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=24.57%
G=39.10%
B=36.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592532350.3700.070.01168.5195.9280.78
Hex9FFDEB25071a96051
Octal23737535345071251140121
Binary100111111111110111101011100101011111010100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,253,235); }

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

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

 a { background-color: rgb(159,253,235); }

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

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

 span { border-color: rgb(159,253,235); }

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