#9DFDF3

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

Shades of Pale Turquoise #9DFDF3

Tints of Pale Turquoise #9DFDF3

Color information

#9DFDF3 (or 0x9DFDF3) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FD and F3. RGB value is (157,253,243). Sum of RGB (Red+Green+Blue) = 157+253+243=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDF3 is #62020C. Grayscale: #DFDFDF. Windows color (decimal): -6423053 or 15990173. OLE color: 15990173.

HSL color Cylindrical-coordinate representation of color #9DFDF3: hue angle of 173.75º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDF3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB157253243-
CMYK0.3800.040.01
HSL173.75º96%80.39%-
HSV(B)173.75º37.94%99.22%-
XYZ65.2183.8997.55-
YUV223.16139.280.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.04%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=24.04%
G=38.74%
B=37.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572532430.3800.040.01173.759680.39
Hex9DFDF326041ae6050
Octal23537536346041256140120
Binary100111011111110111110011100110010011010111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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