Html Css Color HEX #A4FAE9 Pale Turquoise

📋 copy color: '#A4FAE9'

red 164 ◦ green 250 ◦ blue 233

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

Shades of Pale Turquoise #A4FAE9

Tints of Pale Turquoise #A4FAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 25.35%
G = 38.64%
B = 36.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#A4FAE9 (or 0xA4FAE9) is known color: Pale Turquoise. HEX triplet: A4, FA and E9. RGB value is (164,250,233). Sum of RGB (Red+Green+Blue) = 164+250+233=647 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.35% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAE9 is #5B0516. Grayscale: #DEDEDE. Windows color (decimal): -5965079 or 15334052. OLE color: 15334052.

HSL color Cylindrical-coordinate representation of color #A4FAE9: hue angle of 168.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAE9 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 250 233 -
CMYK 0.34 0 0.07 0.02
HSL 168.14º 0.9% 0.81% -
HSV(B) 168.14º 0.34% 0.98% -
XYZ 64.2 82.15 89.56 -
YUV 222.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 164 250 233 0.34 0 0.07 0.02 168.14 0.9 0.81
Hex A4 FA E9 22 0 7 2 A8 5A 51
Octal 244 372 351 42 0 7 2 250 132 121
Binary 10100100 11111010 11101001 100010 0 111 10 10101000 1011010 1010001

Color Harmonies of #A4FAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAE9

Black with #A4FAE9

Text Example


Text Example

White with #A4FAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAE9; }

 p { color: rgb(164,250,233); }

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

background-color css

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

 a { background-color: rgb(164,250,233); }

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

border-color css

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

 span { border-color: rgb(164,250,233); }

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