#9AFFF6

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

Shades of Pale Turquoise #9AFFF6

Tints of Pale Turquoise #9AFFF6

Color information

#9AFFF6 (or 0x9AFFF6) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and F6. RGB value is (154,255,246). Sum of RGB (Red+Green+Blue) = 154+255+246=655 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.51% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFF6 is #650009. Grayscale: #DFDFDF. Windows color (decimal): -6619146 or 16187290. OLE color: 16187290.

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

Color convert

RGB154255246-
CMYK0.4000.040
HSL174.65º100%80.2%-
HSV(B)174.65º39.61%100%-
XYZ65.7285.04100.14-
YUV223.78140.5478.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.51%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=23.51%
G=38.93%
B=37.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552460.4000.040174.6510080.2
Hex9AFFF628040af6450
Octal23237736650040257144120
Binary100110101111111111110110101000010001010111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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