Html Css Color HEX #A9F9ED Pale Turquoise

📋 copy color: '#A9F9ED'

red 169 ◦ green 249 ◦ blue 237

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

Shades of Pale Turquoise #A9F9ED

Tints of Pale Turquoise #A9F9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.02%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 25.8%
G = 38.02%
B = 36.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A9F9ED (or 0xA9F9ED) is known color: Pale Turquoise. HEX triplet: A9, F9 and ED. RGB value is (169,249,237). Sum of RGB (Red+Green+Blue) = 169+249+237=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F9ED is #560612. Grayscale: #DFDFDF. Windows color (decimal): -5637651 or 15595945. OLE color: 15595945.

HSL color Cylindrical-coordinate representation of color #A9F9ED: hue angle of 171º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F9ED is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 249 237 -
CMYK 0.32 0 0.05 0.02
HSL 171º 0.87% 0.82% -
HSV(B) 171º 0.32% 0.98% -
XYZ 65.52 82.3 92.55 -
YUV 223.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 169 249 237 0.32 0 0.05 0.02 171 0.87 0.82
Hex A9 F9 ED 20 0 5 2 AB 57 52
Octal 251 371 355 40 0 5 2 253 127 122
Binary 10101001 11111001 11101101 100000 0 101 10 10101011 1010111 1010010

Color Harmonies of #A9F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F9ED

Black with #A9F9ED

Text Example


Text Example

White with #A9F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F9ED; }

 p { color: rgb(169,249,237); }

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

background-color css

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

 a { background-color: rgb(169,249,237); }

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

border-color css

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

 span { border-color: rgb(169,249,237); }

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