Html Css Color HEX #A4F0E7 Pale Turquoise

📋 copy color: '#A4F0E7'

red 164 ◦ green 240 ◦ blue 231

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

Shades of Pale Turquoise #A4F0E7

Tints of Pale Turquoise #A4F0E7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 25.83%
G = 37.8%
B = 36.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#A4F0E7 (or 0xA4F0E7) is known color: Pale Turquoise. HEX triplet: A4, F0 and E7. RGB value is (164,240,231). Sum of RGB (Red+Green+Blue) = 164+240+231=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F0E7 is #5B0F18. Grayscale: #D8D8D8. Windows color (decimal): -5967641 or 15200420. OLE color: 15200420.

HSL color Cylindrical-coordinate representation of color #A4F0E7: hue angle of 172.89º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F0E7 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 240 231 -
CMYK 0.32 0 0.04 0.06
HSL 172.89º 0.72% 0.79% -
HSV(B) 172.89º 0.32% 0.94% -
XYZ 60.89 75.98 87.06 -
YUV 216.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 164 240 231 0.32 0 0.04 0.06 172.89 0.72 0.79
Hex A4 F0 E7 20 0 4 6 AD 48 4F
Octal 244 360 347 40 0 4 6 255 110 117
Binary 10100100 11110000 11100111 100000 0 100 110 10101101 1001000 1001111

Color Harmonies of #A4F0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F0E7

Black with #A4F0E7

Text Example


Text Example

White with #A4F0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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