Html Css Color HEX #A9F2ED Pale Turquoise

📋 copy color: '#A9F2ED'

red 169 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #A9F2ED

Tints of Pale Turquoise #A9F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.35%

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

R = 26.08%
G = 37.35%
B = 36.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A9F2ED (or 0xA9F2ED) is known color: Pale Turquoise. HEX triplet: A9, F2 and ED. RGB value is (169,242,237). Sum of RGB (Red+Green+Blue) = 169+242+237=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2ED is #560D12. Grayscale: #DBDBDB. Windows color (decimal): -5639443 or 15594153. OLE color: 15594153.

HSL color Cylindrical-coordinate representation of color #A9F2ED: hue angle of 175.89º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 242 237 -
CMYK 0.30 0 0.02 0.05
HSL 175.89º 0.74% 0.81% -
HSV(B) 175.89º 0.3% 0.95% -
XYZ 63.4 78.05 91.85 -
YUV 219.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 169 242 237 0.30 0 0.02 0.05 175.89 0.74 0.81
Hex A9 F2 ED 1E 0 2 5 B0 4A 51
Octal 251 362 355 36 0 2 5 260 112 121
Binary 10101001 11110010 11101101 11110 0 10 101 10110000 1001010 1010001

Color Harmonies of #A9F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F2ED

Black with #A9F2ED

Text Example


Text Example

White with #A9F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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