#9AFDFA

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

Shades of Pale Turquoise #9AFDFA

Tints of Pale Turquoise #9AFDFA

Color information

#9AFDFA (or 0x9AFDFA) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FD and FA. RGB value is (154,253,250). Sum of RGB (Red+Green+Blue) = 154+253+250=657 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.44% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFDFA is #650205. Grayscale: #DEDEDE. Windows color (decimal): -6619654 or 16448922. OLE color: 16448922.

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

Color convert

RGB154253250-
CMYK0.3900.010.01
HSL178.18º96.12%79.8%-
HSV(B)178.18º39.13%99.22%-
XYZ65.7184.02103.2-
YUV223.06143.278.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.44%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=23.44%
G=38.51%
B=38.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542532500.3900.010.01178.1896.1279.8
Hex9AFDFA27011b26050
Octal23237537247011262140120
Binary1001101011111101111110101001110111011001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,250); }

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

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

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

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

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

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

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