#9FFCEB

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

Shades of Pale Turquoise #9FFCEB

Tints of Pale Turquoise #9FFCEB

Color information

#9FFCEB (or 0x9FFCEB) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FC and EB. RGB value is (159,252,235). Sum of RGB (Red+Green+Blue) = 159+252+235=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCEB is #600314. Grayscale: #DEDEDE. Windows color (decimal): -6292245 or 15465631. OLE color: 15465631.

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

Color convert

RGB159252235-
CMYK0.3700.070.01
HSL169.03º93.94%80.59%-
HSV(B)169.03º36.9%98.82%-
XYZ64.182.9991.24-
YUV222.25135.1982.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.61%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=24.61%
G=39.01%
B=36.38%

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
Decimal1592522350.3700.070.01169.0393.9480.59
Hex9FFCEB25071a95e51
Octal23737435345071251136121
Binary100111111111110011101011100101011111010100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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