#9DFAFA

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

Shades of Pale Turquoise #9DFAFA

Tints of Pale Turquoise #9DFAFA

Color information

#9DFAFA (or 0x9DFAFA) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FA and FA. RGB value is (157,250,250). Sum of RGB (Red+Green+Blue) = 157+250+250=657 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.90% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #9DFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFAFA is #620505. Grayscale: #DEDEDE. Windows color (decimal): -6423814 or 16448157. OLE color: 16448157.

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

Color convert

RGB157250250-
CMYK0.37000.02
HSL180º90.29%79.8%-
HSV(B)180º37.2%98.04%-
XYZ65.3582.44102.91-
YUV222.19143.6981.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.90%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=23.90%
G=38.05%
B=38.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572502500.37000.0218090.2979.8
Hex9DFAFA25002b45a50
Octal23537237245002264132120
Binary10011101111110101111101010010100101011010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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