#9FFEFA

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

Shades of Pale Turquoise #9FFEFA

Tints of Pale Turquoise #9FFEFA

Color information

#9FFEFA (or 0x9FFEFA) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FE and FA. RGB value is (159,254,250). Sum of RGB (Red+Green+Blue) = 159+254+250=663 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.98% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEFA is #600105. Grayscale: #E1E1E1. Windows color (decimal): -6291718 or 16449183. OLE color: 16449183.

HSL color Cylindrical-coordinate representation of color #9FFEFA: hue angle of 177.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEFA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB159254250-
CMYK0.3700.020.00
HSL177.47º97.94%80.98%-
HSV(B)177.47º37.4%99.61%-
XYZ6785.16103.35-
YUV225.14142.0380.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 23.98%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=23.98%
G=38.31%
B=37.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592542500.3700.020.00177.4797.9480.98
Hex9FFEFA25020b16251
Octal23737637245020261142121
Binary10011111111111101111101010010101001011000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,254,250); }

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

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

 a { background-color: rgb(159,254,250); }

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

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

 span { border-color: rgb(159,254,250); }

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