#9DFFFA

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

Shades of Pale Turquoise #9DFFFA

Tints of Pale Turquoise #9DFFFA

Color information

#9DFFFA (or 0x9DFFFA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and FA. RGB value is (157,255,250). Sum of RGB (Red+Green+Blue) = 157+255+250=662 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.72% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFFA is #620005. Grayscale: #E1E1E1. Windows color (decimal): -6422534 or 16449437. OLE color: 16449437.

HSL color Cylindrical-coordinate representation of color #9DFFFA: hue angle of 176.94º 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 #9DFFFA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB157255250-
CMYK0.3800.020
HSL176.94º100%80.78%-
HSV(B)176.94º38.43%100%-
XYZ66.9285.59103.44-
YUV225.13142.0379.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.72%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=23.72%
G=38.52%
B=37.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552500.3800.020176.9410080.78
Hex9DFFFA26020b16451
Octal23537737246020261144121
Binary10011101111111111111101010011001001011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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