Html Css Color HEX #A4EEED Pale Turquoise

📋 copy color: '#A4EEED'

red 164 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #A4EEED

Tints of Pale Turquoise #A4EEED

RGB

 RED value IS 164 (64.45% from 255) = 25.67%

 GREEN value IS 238 (93.36% from 255) = 37.25%

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

R = 25.67%
G = 37.25%
B = 37.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A4EEED (or 0xA4EEED) is known color: Pale Turquoise. HEX triplet: A4, EE and ED. RGB value is (164,238,237). Sum of RGB (Red+Green+Blue) = 164+238+237=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEED is #5B1112. Grayscale: #D7D7D7. Windows color (decimal): -5968147 or 15593124. OLE color: 15593124.

HSL color Cylindrical-coordinate representation of color #A4EEED: hue angle of 179.19º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEED is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 238 237 -
CMYK 0.31 0 0.00 0.07
HSL 179.19º 0.69% 0.79% -
HSV(B) 179.19º 0.31% 0.93% -
XYZ 61.17 75.16 91.4 -
YUV 215.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 164 238 237 0.31 0 0.00 0.07 179.19 0.69 0.79
Hex A4 EE ED 1F 0 0 7 B3 45 4F
Octal 244 356 355 37 0 0 7 263 105 117
Binary 10100100 11101110 11101101 11111 0 0 111 10110011 1000101 1001111

Color Harmonies of #A4EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EEED

Black with #A4EEED

Text Example


Text Example

White with #A4EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EEED; }

 p { color: rgb(164,238,237); }

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

background-color css

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

 a { background-color: rgb(164,238,237); }

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

border-color css

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

 span { border-color: rgb(164,238,237); }

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