Html Css Color HEX #A4FFEB Pale Turquoise

📋 copy color: '#A4FFEB'

red 164 ◦ green 255 ◦ blue 235

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

Shades of Pale Turquoise #A4FFEB

Tints of Pale Turquoise #A4FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.93%

R = 25.08%
G = 38.99%
B = 35.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#A4FFEB (or 0xA4FFEB) is known color: Pale Turquoise. HEX triplet: A4, FF and EB. RGB value is (164,255,235). Sum of RGB (Red+Green+Blue) = 164+255+235=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFEB is #5B0014. Grayscale: #E1E1E1. Windows color (decimal): -5963797 or 15466404. OLE color: 15466404.

HSL color Cylindrical-coordinate representation of color #A4FFEB: hue angle of 166.81º 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 #A4FFEB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 164 255 235 -
CMYK 0.36 0 0.08 0
HSL 166.81º 1% 0.82% -
HSV(B) 166.81º 0.36% 1% -
XYZ 66.07 85.41 91.6 -
YUV 225.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 164 255 235 0.36 0 0.08 0 166.81 1 0.82
Hex A4 FF EB 24 0 8 0 A7 64 52
Octal 244 377 353 44 0 10 0 247 144 122
Binary 10100100 11111111 11101011 100100 0 1000 0 10100111 1100100 1010010

Color Harmonies of #A4FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFEB

Black with #A4FFEB

Text Example


Text Example

White with #A4FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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