Html Css Color HEX #A4F3F1 Pale Turquoise

📋 copy color: '#A4F3F1'

red 164 ◦ green 243 ◦ blue 241

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

Shades of Pale Turquoise #A4F3F1

Tints of Pale Turquoise #A4F3F1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.5%

 BLUE value IS 241 (94.53% from 255) = 37.19%

R = 25.31%
G = 37.5%
B = 37.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#A4F3F1 (or 0xA4F3F1) is known color: Pale Turquoise. HEX triplet: A4, F3 and F1. RGB value is (164,243,241). Sum of RGB (Red+Green+Blue) = 164+243+241=648 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.31% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F3F1 is #5B0C0E. Grayscale: #DBDBDB. Windows color (decimal): -5966863 or 15856548. OLE color: 15856548.

HSL color Cylindrical-coordinate representation of color #A4F3F1: hue angle of 178.48º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F3F1 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 243 241 -
CMYK 0.33 0 0.01 0.05
HSL 178.48º 0.77% 0.8% -
HSV(B) 178.48º 0.33% 0.95% -
XYZ 63.24 78.34 95.01 -
YUV 219.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 164 243 241 0.33 0 0.01 0.05 178.48 0.77 0.8
Hex A4 F3 F1 21 0 1 5 B2 4D 50
Octal 244 363 361 41 0 1 5 262 115 120
Binary 10100100 11110011 11110001 100001 0 1 101 10110010 1001101 1010000

Color Harmonies of #A4F3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F3F1

Black with #A4F3F1

Text Example


Text Example

White with #A4F3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F3F1; }

 p { color: rgb(164,243,241); }

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

background-color css

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

 a { background-color: rgb(164,243,241); }

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

border-color css

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

 span { border-color: rgb(164,243,241); }

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