Html Css Color HEX #A4FFED Pale Turquoise

📋 copy color: '#A4FFED'

red 164 ◦ green 255 ◦ blue 237

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

Shades of Pale Turquoise #A4FFED

Tints of Pale Turquoise #A4FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

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

R = 25%
G = 38.87%
B = 36.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#A4FFED (or 0xA4FFED) is known color: Pale Turquoise. HEX triplet: A4, FF and ED. RGB value is (164,255,237). Sum of RGB (Red+Green+Blue) = 164+255+237=656 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFED is #5B0012. Grayscale: #E1E1E1. Windows color (decimal): -5963795 or 15597476. OLE color: 15597476.

HSL color Cylindrical-coordinate representation of color #A4FFED: hue angle of 168.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFED is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 237 -
CMYK 0.36 0 0.07 0
HSL 168.13º 1% 0.82% -
HSV(B) 168.13º 0.36% 1% -
XYZ 66.36 85.53 93.13 -
YUV 225.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 164 255 237 0.36 0 0.07 0 168.13 1 0.82
Hex A4 FF ED 24 0 7 0 A8 64 52
Octal 244 377 355 44 0 7 0 250 144 122
Binary 10100100 11111111 11101101 100100 0 111 0 10101000 1100100 1010010

Color Harmonies of #A4FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFED

Black with #A4FFED

Text Example


Text Example

White with #A4FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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