Html Css Color HEX #A9FFEE Pale Turquoise

📋 copy color: '#A9FFEE'

red 169 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #A9FFEE

Tints of Pale Turquoise #A9FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.95%

R = 25.53%
G = 38.52%
B = 35.95%

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

#A9FFEE (or 0xA9FFEE) is known color: Pale Turquoise. HEX triplet: A9, FF and EE. RGB value is (169,255,238). Sum of RGB (Red+Green+Blue) = 169+255+238=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFEE is #560011. Grayscale: #E3E3E3. Windows color (decimal): -5636114 or 15663017. OLE color: 15663017.

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

Color convert

RGB 169 255 238 -
CMYK 0.34 0 0.07 0
HSL 168.14º 1% 0.83% -
HSV(B) 168.14º 0.34% 1% -
XYZ 67.55 86.13 93.95 -
YUV 227.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 169 255 238 0.34 0 0.07 0 168.14 1 0.83
Hex A9 FF EE 22 0 7 0 A8 64 53
Octal 251 377 356 42 0 7 0 250 144 123
Binary 10101001 11111111 11101110 100010 0 111 0 10101000 1100100 1010011

Color Harmonies of #A9FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FFEE

Black with #A9FFEE

Text Example


Text Example

White with #A9FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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