Html Css Color HEX #A4F6EF Pale Turquoise

📋 copy color: '#A4F6EF'

red 164 ◦ green 246 ◦ blue 239

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

Shades of Pale Turquoise #A4F6EF

Tints of Pale Turquoise #A4F6EF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.9%

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

R = 25.27%
G = 37.9%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#A4F6EF (or 0xA4F6EF) is known color: Pale Turquoise. HEX triplet: A4, F6 and EF. RGB value is (164,246,239). Sum of RGB (Red+Green+Blue) = 164+246+239=649 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.27% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #A4F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F6EF is #5B0910. Grayscale: #DCDCDC. Windows color (decimal): -5966097 or 15726244. OLE color: 15726244.

HSL color Cylindrical-coordinate representation of color #A4F6EF: hue angle of 174.88º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F6EF is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 246 239 -
CMYK 0.33 0 0.03 0.04
HSL 174.88º 0.82% 0.8% -
HSV(B) 174.88º 0.33% 0.96% -
XYZ 63.85 80.04 93.74 -
YUV 220.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 164 246 239 0.33 0 0.03 0.04 174.88 0.82 0.8
Hex A4 F6 EF 21 0 3 4 AF 52 50
Octal 244 366 357 41 0 3 4 257 122 120
Binary 10100100 11110110 11101111 100001 0 11 100 10101111 1010010 1010000

Color Harmonies of #A4F6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F6EF

Black with #A4F6EF

Text Example


Text Example

White with #A4F6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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