Html Css Color HEX #A9FFED Pale Turquoise

📋 copy color: '#A9FFED'

red 169 ◦ green 255 ◦ blue 237

#A9FFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A9FFED

Tints of Pale Turquoise #A9FFED

RGB

 RED value IS 169 (66.41% from 255) = 25.57%

 GREEN value IS 255 (100% from 255) = 38.58%

 BLUE value IS 237 (92.97% from 255) = 35.85%

R = 25.57%
G = 38.58%
B = 35.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#A9FFED (or 0xA9FFED) is known color: Pale Turquoise. HEX triplet: A9, FF and ED. RGB value is (169,255,237). Sum of RGB (Red+Green+Blue) = 169+255+237=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFED is #560012. Grayscale: #E3E3E3. Windows color (decimal): -5636115 or 15597481. OLE color: 15597481.

HSL color Cylindrical-coordinate representation of color #A9FFED: hue angle of 167.44º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFED is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 169 255 237 -
CMYK 0.34 0 0.07 0
HSL 167.44º 1% 0.83% -
HSV(B) 167.44º 0.34% 1% -
XYZ 67.41 86.07 93.18 -
YUV 227.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 169 255 237 0.34 0 0.07 0 167.44 1 0.83
Hex A9 FF ED 22 0 7 0 A7 64 53
Octal 251 377 355 42 0 7 0 247 144 123
Binary 10101001 11111111 11101101 100010 0 111 0 10100111 1100100 1010011

Color Harmonies of #A9FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FFED

Black with #A9FFED

Text Example


Text Example

White with #A9FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FFED; }

 p { color: rgb(169,255,237); }

 H1.HeaderClassName
 {
   color: #A9FFED;
 }
 .AnyTagClassName
 {
   color: #A9FFED;
 }
</style>

background-color css

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

 a { background-color: rgb(169,255,237); }

 div.DivClassName
 {
   background-color: #A9FFED;
 }
 .BgClassName
 {
   background-color: #A9FFED;
 }
</style>

border-color css

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

 span { border-color: rgb(169,255,237); }

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