Html Css Color HEX #A9EFE7 Pale Turquoise

📋 copy color: '#A9EFE7'

red 169 ◦ green 239 ◦ blue 231

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

Shades of Pale Turquoise #A9EFE7

Tints of Pale Turquoise #A9EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.4%

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 26.45%
G = 37.4%
B = 36.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#A9EFE7 (or 0xA9EFE7) is known color: Pale Turquoise. HEX triplet: A9, EF and E7. RGB value is (169,239,231). Sum of RGB (Red+Green+Blue) = 169+239+231=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EFE7 is #561018. Grayscale: #D9D9D9. Windows color (decimal): -5640217 or 15200169. OLE color: 15200169.

HSL color Cylindrical-coordinate representation of color #A9EFE7: hue angle of 173.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFE7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 239 231 -
CMYK 0.29 0 0.03 0.06
HSL 173.14º 0.69% 0.8% -
HSV(B) 173.14º 0.29% 0.94% -
XYZ 61.65 75.94 87.01 -
YUV 217.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 169 239 231 0.29 0 0.03 0.06 173.14 0.69 0.8
Hex A9 EF E7 1D 0 3 6 AD 45 50
Octal 251 357 347 35 0 3 6 255 105 120
Binary 10101001 11101111 11100111 11101 0 11 110 10101101 1000101 1010000

Color Harmonies of #A9EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EFE7

Black with #A9EFE7

Text Example


Text Example

White with #A9EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EFE7; }

 p { color: rgb(169,239,231); }

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

background-color css

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

 a { background-color: rgb(169,239,231); }

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

border-color css

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

 span { border-color: rgb(169,239,231); }

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