#9FFDF3

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

Shades of Pale Turquoise #9FFDF3

Tints of Pale Turquoise #9FFDF3

Color information

#9FFDF3 (or 0x9FFDF3) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FD and F3. RGB value is (159,253,243). Sum of RGB (Red+Green+Blue) = 159+253+243=655 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.27% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDF3 is #60020C. Grayscale: #DFDFDF. Windows color (decimal): -6291981 or 15990175. OLE color: 15990175.

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

Color convert

RGB159253243-
CMYK0.3700.040.01
HSL173.62º95.92%80.78%-
HSV(B)173.62º37.15%99.22%-
XYZ65.684.0997.57-
YUV223.75138.8681.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.27%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=24.27%
G=38.63%
B=37.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592532430.3700.040.01173.6295.9280.78
Hex9FFDF325041ae6051
Octal23737536345041256140121
Binary100111111111110111110011100101010011010111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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