#9DFFF7

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

Shades of Pale Turquoise #9DFFF7

Tints of Pale Turquoise #9DFFF7

Color information

#9DFFF7 (or 0x9DFFF7) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and F7. RGB value is (157,255,247). Sum of RGB (Red+Green+Blue) = 157+255+247=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFF7 is #620008. Grayscale: #E0E0E0. Windows color (decimal): -6422537 or 16252829. OLE color: 16252829.

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

Color convert

RGB157255247-
CMYK0.3800.030
HSL175.1º100%80.78%-
HSV(B)175.1º38.43%100%-
XYZ66.4585.4100.98-
YUV224.79140.5379.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.82%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=23.82%
G=38.69%
B=37.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552470.3800.030175.110080.78
Hex9DFFF726030af6451
Octal23537736746030257144121
Binary10011101111111111111011110011001101010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,247); }

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

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

 a { background-color: rgb(157,255,247); }

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

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

 span { border-color: rgb(157,255,247); }

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