#9FF3EA

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

Shades of Pale Turquoise #9FF3EA

Tints of Pale Turquoise #9FF3EA

Color information

#9FF3EA (or 0x9FF3EA) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F3 and EA. RGB value is (159,243,234). Sum of RGB (Red+Green+Blue) = 159+243+234=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3EA is #600C15. Grayscale: #D8D8D8. Windows color (decimal): -6294550 or 15397791. OLE color: 15397791.

HSL color Cylindrical-coordinate representation of color #9FF3EA: hue angle of 173.57º 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 #9FF3EA is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB159243234-
CMYK0.3500.040.05
HSL173.57º77.78%78.82%-
HSV(B)173.57º34.57%95.29%-
XYZ61.277.4189.56-
YUV216.86137.6786.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=25%
G=38.21%
B=36.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592432340.3500.040.05173.5777.7878.82
Hex9FF3EA23045ae4e4f
Octal23736335243045256116117
Binary10011111111100111110101010001101001011010111010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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