#9FF3ED

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

Shades of Pale Turquoise #9FF3ED

Tints of Pale Turquoise #9FF3ED

Color information

#9FF3ED (or 0x9FF3ED) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F3 and ED. RGB value is (159,243,237). Sum of RGB (Red+Green+Blue) = 159+243+237=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3ED is #600C12. Grayscale: #D9D9D9. Windows color (decimal): -6294547 or 15594399. OLE color: 15594399.

HSL color Cylindrical-coordinate representation of color #9FF3ED: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3ED is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB159243237-
CMYK0.3500.020.05
HSL175.71º77.78%78.82%-
HSV(B)175.71º34.57%95.29%-
XYZ61.6377.5991.85-
YUV217.2139.1786.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.88%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=24.88%
G=38.03%
B=37.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592432370.3500.020.05175.7177.7878.82
Hex9FF3ED23025b04e4f
Octal23736335543025260116117
Binary1001111111110011111011011000110101011011000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,243,237); }

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

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

 a { background-color: rgb(159,243,237); }

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

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

 span { border-color: rgb(159,243,237); }

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