Html Css Color HEX #A4FFEE Pale Turquoise

📋 copy color: '#A4FFEE'

red 164 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #A4FFEE

Tints of Pale Turquoise #A4FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.23%

R = 24.96%
G = 38.81%
B = 36.23%

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

#A4FFEE (or 0xA4FFEE) is known color: Pale Turquoise. HEX triplet: A4, FF and EE. RGB value is (164,255,238). Sum of RGB (Red+Green+Blue) = 164+255+238=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFEE is #5B0011. Grayscale: #E1E1E1. Windows color (decimal): -5963794 or 15663012. OLE color: 15663012.

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

Color convert

RGB 164 255 238 -
CMYK 0.36 0 0.07 0
HSL 168.79º 1% 0.82% -
HSV(B) 168.79º 0.36% 1% -
XYZ 66.5 85.59 93.9 -
YUV 225.85 134.85 83.88 -
System Red Green Blue C M Y K H S L
Decimal 164 255 238 0.36 0 0.07 0 168.79 1 0.82
Hex A4 FF EE 24 0 7 0 A9 64 52
Octal 244 377 356 44 0 7 0 251 144 122
Binary 10100100 11111111 11101110 100100 0 111 0 10101001 1100100 1010010

Color Harmonies of #A4FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFEE

Black with #A4FFEE

Text Example


Text Example

White with #A4FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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