#9AFAE8

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

Shades of Pale Turquoise #9AFAE8

Tints of Pale Turquoise #9AFAE8

Color information

#9AFAE8 (or 0x9AFAE8) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FA and E8. RGB value is (154,250,232). Sum of RGB (Red+Green+Blue) = 154+250+232=636 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.21% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAE8 is #650517. Grayscale: #DBDBDB. Windows color (decimal): -6620440 or 15268506. OLE color: 15268506.

HSL color Cylindrical-coordinate representation of color #9AFAE8: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAE8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB154250232-
CMYK0.3800.070.02
HSL168.75º90.57%79.22%-
HSV(B)168.75º38.4%98.04%-
XYZ62.0881.0788.72-
YUV219.24135.281.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.21%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=24.21%
G=39.31%
B=36.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542502320.3800.070.02168.7590.5779.22
Hex9AFAE826072a95b4f
Octal23237235046072251133117
Binary1001101011111010111010001001100111101010100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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