Html Css Color HEX #A9F8ED Pale Turquoise

📋 copy color: '#A9F8ED'

red 169 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #A9F8ED

Tints of Pale Turquoise #A9F8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.92%

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

R = 25.84%
G = 37.92%
B = 36.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#A9F8ED (or 0xA9F8ED) is known color: Pale Turquoise. HEX triplet: A9, F8 and ED. RGB value is (169,248,237). Sum of RGB (Red+Green+Blue) = 169+248+237=654 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.84% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F8ED is #560712. Grayscale: #DFDFDF. Windows color (decimal): -5637907 or 15595689. OLE color: 15595689.

HSL color Cylindrical-coordinate representation of color #A9F8ED: hue angle of 171.65º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F8ED is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 248 237 -
CMYK 0.32 0 0.04 0.03
HSL 171.65º 0.85% 0.82% -
HSV(B) 171.65º 0.32% 0.97% -
XYZ 65.22 81.68 92.45 -
YUV 223.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 169 248 237 0.32 0 0.04 0.03 171.65 0.85 0.82
Hex A9 F8 ED 20 0 4 3 AC 55 52
Octal 251 370 355 40 0 4 3 254 125 122
Binary 10101001 11111000 11101101 100000 0 100 11 10101100 1010101 1010010

Color Harmonies of #A9F8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F8ED

Black with #A9F8ED

Text Example


Text Example

White with #A9F8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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