Html Css Color HEX #A9EDE4 Pale Turquoise

📋 copy color: '#A9EDE4'

red 169 ◦ green 237 ◦ blue 228

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

Shades of Pale Turquoise #A9EDE4

Tints of Pale Turquoise #A9EDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 228 (89.45% from 255) = 35.96%

R = 26.66%
G = 37.38%
B = 35.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A9EDE4 (or 0xA9EDE4) is known color: Pale Turquoise. HEX triplet: A9, ED and E4. RGB value is (169,237,228). Sum of RGB (Red+Green+Blue) = 169+237+228=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDE4 is #56121B. Grayscale: #D7D7D7. Windows color (decimal): -5640732 or 15003049. OLE color: 15003049.

HSL color Cylindrical-coordinate representation of color #A9EDE4: hue angle of 172.06º degrees, saturation: 0.65, 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 #A9EDE4 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 237 228 -
CMYK 0.29 0 0.04 0.07
HSL 172.06º 0.65% 0.8% -
HSV(B) 172.06º 0.29% 0.93% -
XYZ 60.65 74.6 84.6 -
YUV 215.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 169 237 228 0.29 0 0.04 0.07 172.06 0.65 0.8
Hex A9 ED E4 1D 0 4 7 AC 41 50
Octal 251 355 344 35 0 4 7 254 101 120
Binary 10101001 11101101 11100100 11101 0 100 111 10101100 1000001 1010000

Color Harmonies of #A9EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDE4

Black with #A9EDE4

Text Example


Text Example

White with #A9EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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