#9AFFE8

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

Shades of Pale Turquoise #9AFFE8

Tints of Pale Turquoise #9AFFE8

Color information

#9AFFE8 (or 0x9AFFE8) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and E8. RGB value is (154,255,232). Sum of RGB (Red+Green+Blue) = 154+255+232=641 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.02% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFE8 is #650017. Grayscale: #DEDEDE. Windows color (decimal): -6619160 or 15269786. OLE color: 15269786.

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

Color convert

RGB154255232-
CMYK0.4000.090
HSL166.34º100%80.2%-
HSV(B)166.34º39.61%100%-
XYZ63.6584.2289.24-
YUV222.18133.5479.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.02%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=24.02%
G=39.78%
B=36.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552320.4000.090166.3410080.2
Hex9AFFE828090a66450
Octal232377350500110246144120
Binary1001101011111111111010001010000100101010011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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