Html Css Color HEX #A4FFFE Pale Turquoise

📋 copy color: '#A4FFFE'

red 164 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #A4FFFE

Tints of Pale Turquoise #A4FFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.74%

R = 24.37%
G = 37.89%
B = 37.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#A4FFFE (or 0xA4FFFE) is known color: Pale Turquoise. HEX triplet: A4, FF and FE. RGB value is (164,255,254). Sum of RGB (Red+Green+Blue) = 164+255+254=673 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.37% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFFE is #5B0001. Grayscale: #E3E3E3. Windows color (decimal): -5963778 or 16711588. OLE color: 16711588.

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

Color convert

RGB 164 255 254 -
CMYK 0.36 0 0.00 0
HSL 179.34º 1% 0.82% -
HSV(B) 179.34º 0.36% 1% -
XYZ 68.96 86.57 106.84 -
YUV 227.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 164 255 254 0.36 0 0.00 0 179.34 1 0.82
Hex A4 FF FE 24 0 0 0 B3 64 52
Octal 244 377 376 44 0 0 0 263 144 122
Binary 10100100 11111111 11111110 100100 0 0 0 10110011 1100100 1010010

Color Harmonies of #A4FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFFE

Black with #A4FFFE

Text Example


Text Example

White with #A4FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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