Html Css Color HEX #A9FEFF Pale Turquoise

📋 copy color: '#A9FEFF'

red 169 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #A9FEFF

Tints of Pale Turquoise #A9FEFF

RGB

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

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

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

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

CMYK

 C value IS 0.34

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 169 254 255 -
CMYK 0.34 0.00 0 0
HSL 180.7º 1% 0.83% -
HSV(B) 180.7º 0.34% 1% -
XYZ 69.85 86.54 107.63 -
YUV 228.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 169 254 255 0.34 0.00 0 0 180.7 1 0.83
Hex A9 FE FF 22 0 0 0 B5 64 53
Octal 251 376 377 42 0 0 0 265 144 123
Binary 10101001 11111110 11111111 100010 0 0 0 10110101 1100100 1010011

Color Harmonies of #A9FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FEFF

Black with #A9FEFF

Text Example


Text Example

White with #A9FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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