#9AFFFA

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

Shades of Pale Turquoise #9AFFFA

Tints of Pale Turquoise #9AFFFA

Color information

#9AFFFA (or 0x9AFFFA) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and FA. RGB value is (154,255,250). Sum of RGB (Red+Green+Blue) = 154+255+250=659 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.37% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFFA is #650005. Grayscale: #E0E0E0. Windows color (decimal): -6619142 or 16449434. OLE color: 16449434.

HSL color Cylindrical-coordinate representation of color #9AFFFA: hue angle of 177.03º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFFA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB154255250-
CMYK0.4000.020
HSL177.03º100%80.2%-
HSV(B)177.03º39.61%100%-
XYZ66.3485.29103.41-
YUV224.23142.5477.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.37%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=23.37%
G=38.69%
B=37.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552500.4000.020177.0310080.2
Hex9AFFFA28020b16450
Octal23237737250020261144120
Binary10011010111111111111101010100001001011000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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