#9AFFF3

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

Shades of Pale Turquoise #9AFFF3

Tints of Pale Turquoise #9AFFF3

Color information

#9AFFF3 (or 0x9AFFF3) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and F3. RGB value is (154,255,243). Sum of RGB (Red+Green+Blue) = 154+255+243=652 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.62% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFF3 is #65000C. Grayscale: #DFDFDF. Windows color (decimal): -6619149 or 15990682. OLE color: 15990682.

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

Color convert

RGB154255243-
CMYK0.4000.050
HSL172.87º100%80.2%-
HSV(B)172.87º39.61%100%-
XYZ65.2684.8697.73-
YUV223.43139.0478.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.62%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=23.62%
G=39.11%
B=37.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552430.4000.050172.8710080.2
Hex9AFFF328050ad6450
Octal23237736350050255144120
Binary100110101111111111110011101000010101010110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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