Html Css Color HEX #A9EEEA Pale Turquoise

📋 copy color: '#A9EEEA'

red 169 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #A9EEEA

Tints of Pale Turquoise #A9EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.13%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 26.37%
G = 37.13%
B = 36.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A9EEEA (or 0xA9EEEA) is known color: Pale Turquoise. HEX triplet: A9, EE and EA. RGB value is (169,238,234). Sum of RGB (Red+Green+Blue) = 169+238+234=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEEA is #561115. Grayscale: #D8D8D8. Windows color (decimal): -5640470 or 15396521. OLE color: 15396521.

HSL color Cylindrical-coordinate representation of color #A9EEEA: hue angle of 176.52º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EEEA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 238 234 -
CMYK 0.29 0 0.02 0.07
HSL 176.52º 0.67% 0.8% -
HSV(B) 176.52º 0.29% 0.93% -
XYZ 61.79 75.52 89.16 -
YUV 216.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 169 238 234 0.29 0 0.02 0.07 176.52 0.67 0.8
Hex A9 EE EA 1D 0 2 7 B1 43 50
Octal 251 356 352 35 0 2 7 261 103 120
Binary 10101001 11101110 11101010 11101 0 10 111 10110001 1000011 1010000

Color Harmonies of #A9EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EEEA

Black with #A9EEEA

Text Example


Text Example

White with #A9EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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