Html Css Color HEX #A3F1EF Pale Turquoise

📋 copy color: '#A3F1EF'

red 163 ◦ green 241 ◦ blue 239

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

Shades of Pale Turquoise #A3F1EF

Tints of Pale Turquoise #A3F1EF

RGB

 RED value IS 163 (64.06% from 255) = 25.35%

 GREEN value IS 241 (94.53% from 255) = 37.48%

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

R = 25.35%
G = 37.48%
B = 37.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#A3F1EF (or 0xA3F1EF) is known color: Pale Turquoise. HEX triplet: A3, F1 and EF. RGB value is (163,241,239). Sum of RGB (Red+Green+Blue) = 163+241+239=643 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.35% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F1EF is #5C0E10. Grayscale: #D9D9D9. Windows color (decimal): -6032913 or 15724963. OLE color: 15724963.

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

Color convert

RGB 163 241 239 -
CMYK 0.32 0 0.01 0.05
HSL 178.46º 0.74% 0.79% -
HSV(B) 178.46º 0.32% 0.95% -
XYZ 62.14 76.93 93.24 -
YUV 217.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 163 241 239 0.32 0 0.01 0.05 178.46 0.74 0.79
Hex A3 F1 EF 20 0 1 5 B2 4A 4F
Octal 243 361 357 40 0 1 5 262 112 117
Binary 10100011 11110001 11101111 100000 0 1 101 10110010 1001010 1001111

Color Harmonies of #A3F1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F1EF

Black with #A3F1EF

Text Example


Text Example

White with #A3F1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F1EF; }

 p { color: rgb(163,241,239); }

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

background-color css

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

 a { background-color: rgb(163,241,239); }

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

border-color css

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

 span { border-color: rgb(163,241,239); }

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