Html Css Color HEX #A9FEF6 Pale Turquoise

📋 copy color: '#A9FEF6'

red 169 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #A9FEF6

Tints of Pale Turquoise #A9FEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.77%

R = 25.26%
G = 37.97%
B = 36.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#A9FEF6 (or 0xA9FEF6) is known color: Pale Turquoise. HEX triplet: A9, FE and F6. RGB value is (169,254,246). Sum of RGB (Red+Green+Blue) = 169+254+246=669 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.26% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FEF6 is #560109. Grayscale: #E3E3E3. Windows color (decimal): -5636362 or 16187049. OLE color: 16187049.

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

Color convert

RGB 169 254 246 -
CMYK 0.33 0 0.03 0.00
HSL 174.35º 0.98% 0.83% -
HSV(B) 174.35º 0.33% 1% -
XYZ 68.44 85.97 100.18 -
YUV 227.67 138.34 86.15 -
System Red Green Blue C M Y K H S L
Decimal 169 254 246 0.33 0 0.03 0.00 174.35 0.98 0.83
Hex A9 FE F6 21 0 3 0 AE 62 53
Octal 251 376 366 41 0 3 0 256 142 123
Binary 10101001 11111110 11110110 100001 0 11 0 10101110 1100010 1010011

Color Harmonies of #A9FEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FEF6

Black with #A9FEF6

Text Example


Text Example

White with #A9FEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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