#9AFFEA

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

Shades of Pale Turquoise #9AFFEA

Tints of Pale Turquoise #9AFFEA

Color information

#9AFFEA (or 0x9AFFEA) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FF and EA. RGB value is (154,255,234). Sum of RGB (Red+Green+Blue) = 154+255+234=643 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.95% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFEA is #650015. Grayscale: #DEDEDE. Windows color (decimal): -6619158 or 15400858. OLE color: 15400858.

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

Color convert

RGB154255234-
CMYK0.4000.080
HSL167.52º100%80.2%-
HSV(B)167.52º39.61%100%-
XYZ63.9484.3390.75-
YUV222.41134.5479.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.95%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=23.95%
G=39.66%
B=36.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542552340.4000.080167.5210080.2
Hex9AFFEA28080a86450
Octal232377352500100250144120
Binary1001101011111111111010101010000100001010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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