Html Css Color HEX #A4F7F9 Pale Turquoise

📋 copy color: '#A4F7F9'

red 164 ◦ green 247 ◦ blue 249

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

Shades of Pale Turquoise #A4F7F9

Tints of Pale Turquoise #A4F7F9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.42%

 BLUE value IS 249 (97.66% from 255) = 37.73%

R = 24.85%
G = 37.42%
B = 37.73%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4F7F9 (or 0xA4F7F9) is known color: Pale Turquoise. HEX triplet: A4, F7 and F9. RGB value is (164,247,249). Sum of RGB (Red+Green+Blue) = 164+247+249=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4F7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F7F9 is #5B0806. Grayscale: #DEDEDE. Windows color (decimal): -5965831 or 16381860. OLE color: 16381860.

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

Color convert

RGB 164 247 249 -
CMYK 0.34 0.01 0 0.02
HSL 181.41º 0.88% 0.81% -
HSV(B) 181.41º 0.34% 0.98% -
XYZ 65.67 81.25 101.84 -
YUV 222.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 164 247 249 0.34 0.01 0 0.02 181.41 0.88 0.81
Hex A4 F7 F9 22 1 0 2 B5 58 51
Octal 244 367 371 42 1 0 2 265 130 121
Binary 10100100 11110111 11111001 100010 1 0 10 10110101 1011000 1010001

Color Harmonies of #A4F7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F7F9

Black with #A4F7F9

Text Example


Text Example

White with #A4F7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F7F9; }

 p { color: rgb(164,247,249); }

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

background-color css

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

 a { background-color: rgb(164,247,249); }

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

border-color css

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

 span { border-color: rgb(164,247,249); }

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