Html Css Color HEX #A4F9F2 Pale Turquoise

📋 copy color: '#A4F9F2'

red 164 ◦ green 249 ◦ blue 242

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

Shades of Pale Turquoise #A4F9F2

Tints of Pale Turquoise #A4F9F2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.02%

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 25.04%
G = 38.02%
B = 36.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#A4F9F2 (or 0xA4F9F2) is known color: Pale Turquoise. HEX triplet: A4, F9 and F2. RGB value is (164,249,242). Sum of RGB (Red+Green+Blue) = 164+249+242=655 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.04% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F9F2 is #5B060D. Grayscale: #DEDEDE. Windows color (decimal): -5965326 or 15923620. OLE color: 15923620.

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

Color convert

RGB 164 249 242 -
CMYK 0.34 0 0.03 0.02
HSL 175.06º 0.88% 0.81% -
HSV(B) 175.06º 0.34% 0.98% -
XYZ 65.21 82.05 96.41 -
YUV 222.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 164 249 242 0.34 0 0.03 0.02 175.06 0.88 0.81
Hex A4 F9 F2 22 0 3 2 AF 58 51
Octal 244 371 362 42 0 3 2 257 130 121
Binary 10100100 11111001 11110010 100010 0 11 10 10101111 1011000 1010001

Color Harmonies of #A4F9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F9F2

Black with #A4F9F2

Text Example


Text Example

White with #A4F9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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