Html Css Color HEX #A4FFF0 Pale Turquoise

📋 copy color: '#A4FFF0'

red 164 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #A4FFF0

Tints of Pale Turquoise #A4FFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.42%

R = 24.89%
G = 38.69%
B = 36.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#A4FFF0 (or 0xA4FFF0) is known color: Pale Turquoise. HEX triplet: A4, FF and F0. RGB value is (164,255,240). Sum of RGB (Red+Green+Blue) = 164+255+240=659 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.89% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FFF0 is #5B000F. Grayscale: #E2E2E2. Windows color (decimal): -5963792 or 15794084. OLE color: 15794084.

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

Color convert

RGB 164 255 240 -
CMYK 0.36 0 0.06 0
HSL 170.11º 1% 0.82% -
HSV(B) 170.11º 0.36% 1% -
XYZ 66.8 85.7 95.46 -
YUV 226.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 164 255 240 0.36 0 0.06 0 170.11 1 0.82
Hex A4 FF F0 24 0 6 0 AA 64 52
Octal 244 377 360 44 0 6 0 252 144 122
Binary 10100100 11111111 11110000 100100 0 110 0 10101010 1100100 1010010

Color Harmonies of #A4FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FFF0

Black with #A4FFF0

Text Example


Text Example

White with #A4FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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