Html Css Color HEX #A4FAE8 Pale Turquoise

📋 copy color: '#A4FAE8'

red 164 ◦ green 250 ◦ blue 232

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

Shades of Pale Turquoise #A4FAE8

Tints of Pale Turquoise #A4FAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.91%

R = 25.39%
G = 38.7%
B = 35.91%

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

#A4FAE8 (or 0xA4FAE8) is known color: Pale Turquoise. HEX triplet: A4, FA and E8. RGB value is (164,250,232). Sum of RGB (Red+Green+Blue) = 164+250+232=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAE8 is #5B0517. Grayscale: #DEDEDE. Windows color (decimal): -5965080 or 15268516. OLE color: 15268516.

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

Color convert

RGB 164 250 232 -
CMYK 0.34 0 0.07 0.02
HSL 167.44º 0.9% 0.81% -
HSV(B) 167.44º 0.34% 0.98% -
XYZ 64.06 82.09 88.81 -
YUV 222.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 164 250 232 0.34 0 0.07 0.02 167.44 0.9 0.81
Hex A4 FA E8 22 0 7 2 A7 5A 51
Octal 244 372 350 42 0 7 2 247 132 121
Binary 10100100 11111010 11101000 100010 0 111 10 10100111 1011010 1010001

Color Harmonies of #A4FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FAE8

Black with #A4FAE8

Text Example


Text Example

White with #A4FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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