#9DFAF3

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

Shades of Pale Turquoise #9DFAF3

Tints of Pale Turquoise #9DFAF3

Color information

#9DFAF3 (or 0x9DFAF3) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and F3. RGB value is (157,250,243). Sum of RGB (Red+Green+Blue) = 157+250+243=650 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.15% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAF3 is #62050C. Grayscale: #DDDDDD. Windows color (decimal): -6423821 or 15989405. OLE color: 15989405.

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

Color convert

RGB157250243-
CMYK0.3700.030.02
HSL175.48º90.29%79.8%-
HSV(B)175.48º37.2%98.04%-
XYZ64.2782.0197.24-
YUV221.4140.1982.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.15%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=24.15%
G=38.46%
B=37.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502430.3700.030.02175.4890.2979.8
Hex9DFAF325032af5a50
Octal23537236345032257132120
Binary100111011111101011110011100101011101010111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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