Html Css Color HEX #A9FFFE Pale Turquoise

📋 copy color: '#A9FFFE'

red 169 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #A9FFFE

Tints of Pale Turquoise #A9FFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.46%

R = 24.93%
G = 37.61%
B = 37.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#A9FFFE (or 0xA9FFFE) is known color: Pale Turquoise. HEX triplet: A9, FF and FE. RGB value is (169,255,254). Sum of RGB (Red+Green+Blue) = 169+255+254=678 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.93% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFFE is #560001. Grayscale: #E5E5E5. Windows color (decimal): -5636098 or 16711593. OLE color: 16711593.

HSL color Cylindrical-coordinate representation of color #A9FFFE: hue angle of 179.3º 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 #A9FFFE is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 169 255 254 -
CMYK 0.34 0 0.00 0
HSL 179.3º 1% 0.83% -
HSV(B) 179.3º 0.34% 1% -
XYZ 70.01 87.11 106.89 -
YUV 229.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 169 255 254 0.34 0 0.00 0 179.3 1 0.83
Hex A9 FF FE 22 0 0 0 B3 64 53
Octal 251 377 376 42 0 0 0 263 144 123
Binary 10101001 11111111 11111110 100010 0 0 0 10110011 1100100 1010011

Color Harmonies of #A9FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FFFE

Black with #A9FFFE

Text Example


Text Example

White with #A9FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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