Html Css Color HEX #A4F0EF Pale Turquoise

📋 copy color: '#A4F0EF'

red 164 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #A4F0EF

Tints of Pale Turquoise #A4F0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 25.51%
G = 37.33%
B = 37.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A4F0EF (or 0xA4F0EF) is known color: Pale Turquoise. HEX triplet: A4, F0 and EF. RGB value is (164,240,239). Sum of RGB (Red+Green+Blue) = 164+240+239=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F0EF is #5B0F10. Grayscale: #D9D9D9. Windows color (decimal): -5967633 or 15724708. OLE color: 15724708.

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

Color convert

RGB 164 240 239 -
CMYK 0.32 0 0.00 0.06
HSL 179.21º 0.72% 0.79% -
HSV(B) 179.21º 0.32% 0.94% -
XYZ 62.05 76.44 93.15 -
YUV 217.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 164 240 239 0.32 0 0.00 0.06 179.21 0.72 0.79
Hex A4 F0 EF 20 0 0 6 B3 48 4F
Octal 244 360 357 40 0 0 6 263 110 117
Binary 10100100 11110000 11101111 100000 0 0 110 10110011 1001000 1001111

Color Harmonies of #A4F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F0EF

Black with #A4F0EF

Text Example


Text Example

White with #A4F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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